Commit fd35587d authored by Marc G. Fournier's avatar Marc G. Fournier

moved the FLEX stuf from Makefile.global to here

parent 10369ad7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# #
# Copyright (c) 1994-5, Regents of the University of California # 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 ifndef MK_PORT
...@@ -20,6 +20,10 @@ RANLIB= /usr/bin/ranlib ...@@ -20,6 +20,10 @@ RANLIB= /usr/bin/ranlib
AROPT = cq 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 # for postgres.user.mk
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment