|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.11 1996/10/25 09:23:41 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.12 1996/10/25 09:24:56 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
|
63 | 63 | PORTNAME=UNDEFINED
|
64 | 64 |
|
65 | 65 | # SRCDIR specifies where the source files are.
|
66 |
| -SRCDIR=/home/tools/postgres95-1.02/src |
| 66 | +SRCDIR=/usr/local/postgres95/src |
67 | 67 |
|
68 | 68 | # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
|
69 | 69 | # and other target destinations are rooted. Of course, each of these is
|
70 | 70 | # changable separately.
|
71 |
| -POSTGRESDIR=/home/tools/postgres95-1.02 |
| 71 | +POSTGRESDIR=/usr/local/postgres95 |
72 | 72 |
|
73 | 73 | # POSTGRESLOGIN is the login name of the user who gets special
|
74 | 74 | # privileges within the database. By default it is "postgres", but
|
|