77#
88#
99# IDENTIFICATION
10- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.2 1996/07/13 07:37:33 scrappy Exp $
10+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.3 1996/07/15 19:10:32 scrappy Exp $
1111#
1212# NOTES
1313# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -62,6 +62,10 @@ PORTNAME=BSD44_derived
6262LEX = flex
6363LDADD+= -L/usr/local/lib -lfl
6464
65+ # Uncomment the following to bring in changes by OpenLink
66+ # See README.OPENLINK for applied patches
67+ # CFLAGS+=-DOPENLINK_PATCHES
68+
6569# POSTGRESLOGIN is the login name of the user who gets special
6670# privileges within the database. By default it is "postgres", but
6771# you can change it to any existing login name (such as your own
@@ -72,7 +76,7 @@ POSTGRESLOGIN=postgres
7276# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
7377# and other target destinations are rooted. Of course, each of these is
7478# changable separately.
75- POSTGRESDIR=/usr/local/pg95
79+ POSTGRESDIR=/home/staff/scrappy/cvs/postgres95
7680
7781# SRCDIR specifies where the source files are.
7882SRCDIR=$(POSTGRESDIR)/src