#-------------------------------------------------------------------------
#
# postgres.mk.ultrix4--
#    DEC MIPS/Ultrix 4.x specific rules and variables
#
# Copyright (c) 1994-5, Regents of the University of California
#
#    $Id: postgres.mk.ultrix4,v 1.3 1995/03/23 01:22:56 andrew Exp $
#
#-------------------------------------------------------------------------
ifndef MK_PORT
MK_PORT=	ultrix4

#
# for postgres.mk
#
ifdef ENFORCE_ALIGNMENT
CFLAGS_BE= -DNOFIXADE
endif

# install creates intermediate directories
NO_BEFOREINSTL=	true

INSTALL=	/usr/bin/install
RANLIB=		/usr/bin/ranlib

#
# for postgres.user.mk
#
CFLAGS_SL=	-G 0
SLSUFF=		.o


endif
