aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-25 07:28:12 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-25 07:28:12 +0000
commitfd35587d4cb00ba605a030d51ecdc2ccb4991600 (patch)
tree6dac09b75d5b3b29929faf555840170fb8a7fb5f
parent10369ad7b25dad03d734d01088b7399b9eeac931 (diff)
downloadpostgresql-fd35587d4cb00ba605a030d51ecdc2ccb4991600.tar.gz
postgresql-fd35587d4cb00ba605a030d51ecdc2ccb4991600.zip
moved the FLEX stuf from Makefile.global to here
-rw-r--r--src/mk/port/postgres.mk.BSD44_derived6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mk/port/postgres.mk.BSD44_derived b/src/mk/port/postgres.mk.BSD44_derived
index 122dd913f72..86366a0068c 100644
--- a/src/mk/port/postgres.mk.BSD44_derived
+++ b/src/mk/port/postgres.mk.BSD44_derived
@@ -6,7 +6,7 @@
#
# Copyright (c) 1994-5, Regents of the University of California
#
-# $Id: postgres.mk.BSD44_derived,v 1.1.1.1 1996/07/09 06:22:19 scrappy Exp $
+# $Id: postgres.mk.BSD44_derived,v 1.2 1996/07/25 07:28:12 scrappy Exp $
#
#-------------------------------------------------------------------------
ifndef MK_PORT
@@ -20,6 +20,10 @@ 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
#