#
# Ultrix4.x specific stuff
#
# $Header: /faerie/aoki/postgres/src/backend/port/ultrix4/RCS/Makefile.inc,v 1.13 1994/03/27 09:10:58 aoki Exp $
#

CFLAGS+= -DNEED_ISINF -DUSE_POSIX_TIME

LDADD+= -ldl -lln

#
# The YACC grammar is too big..
#
.if !defined(CDEBUG)
CFLAGS+= -Olimit 2000
.endif

HEADERS+= machine.h 

SRCS+= dynloader.c port.c
