#------------------------------------------------------------------------- # # postgres.mk.BSD44_derived-- # specific rules for OSs derived from 4.4-lite BSD # e.g. NetBSD, FreeBSD and BSD/OS # # Copyright (c) 1994-5, Regents of the University of California # # $Id: postgres.mk.BSD44_derived,v 1.2 1996/07/25 07:28:12 scrappy Exp $ # #------------------------------------------------------------------------- ifndef MK_PORT MK_PORT= BSD44_derived # cc is gcc, but never mind about that... CC= gcc INSTALL= /usr/bin/install RANLIB= /usr/bin/ranlib AROPT = cq # FreeBSD 2.1R with new Flex v2.5.2 in /usr/local LEX = flex LDADD+= -L/usr/local/lib -lfl # # for postgres.user.mk # CFLAGS_SL = -fpic -DPIC SLSUFF= .so %.so: %.o $(LD) -x -r -o $(objdir)/$(