#
# Ultrix4.x specific stuff
#
# $Header: /home2/aoki/postgres/src/backend/port/ultrix4/RCS/Makefile.inc,v 1.10 1993/08/17 21:22:26 aoki Exp $
#

LDADD+= -ldl -lln

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

HEADERS+= machine.h 

SRCS+= dynloader.c port.c
