7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.1.1.1 1996/07/09 06:21:07 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2 1996/07/13 07:37:33 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
56
56
#until after this file is processed!
57
57
# make sure that you have no whitespaces after the PORTNAME setting
58
58
# or the makefiles can get confused
59
- PORTNAME=alpha
59
+ PORTNAME=BSD44_derived
60
+
61
+ # FreeBSD 2.1R with new Flex v2.5.2 in /usr/local
62
+ LEX = flex
63
+ LDADD+= -L/usr/local/lib -lfl
60
64
61
65
# POSTGRESLOGIN is the login name of the user who gets special
62
66
# privileges within the database. By default it is "postgres", but
@@ -68,7 +72,7 @@ POSTGRESLOGIN=postgres
68
72
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
69
73
# and other target destinations are rooted. Of course, each of these is
70
74
# changable separately.
71
- POSTGRESDIR=/private/postgres95
75
+ POSTGRESDIR=/usr/local/pg95
72
76
73
77
# SRCDIR specifies where the source files are.
74
78
SRCDIR=$(POSTGRESDIR)/src