projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10369ad
)
moved the FLEX stuf from Makefile.global to here
author
Marc G. Fournier
<scrappy@hub.org>
Thu, 25 Jul 1996 07:28:12 +0000
(07:28 +0000)
committer
Marc G. Fournier
<scrappy@hub.org>
Thu, 25 Jul 1996 07:28:12 +0000
(07:28 +0000)
src/mk/port/postgres.mk.BSD44_derived
patch
|
blob
|
blame
|
history
diff --git
a/src/mk/port/postgres.mk.BSD44_derived
b/src/mk/port/postgres.mk.BSD44_derived
index 122dd913f72e930f36f58e2225fbdadd193420bb..86366a0068c57990fbd4b6acb5456e2d3648c6e5 100644
(file)
--- 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
#