|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.4 1996/08/20 04:00:39 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.5 1996/08/20 04:06:12 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
|
59 | 59 | # until after this file is processed!
|
60 | 60 | # make sure that you have no whitespaces after the PORTNAME setting
|
61 | 61 | # or the makefiles can get confused
|
| 62 | +# |
62 | 63 | PORTNAME= BSD44_derived
|
63 | 64 |
|
64 |
| -# SRCDIR specifies where the source files are. |
| 65 | +# SRCDIR specifies where the source files are. |
65 | 66 | SRCDIR= /home/tools/postgres95-1.02/src
|
66 | 67 |
|
67 | 68 | # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
|
68 | 69 | # and other target destinations are rooted. Of course, each of these is
|
69 |
| -# changable separately. |
| 70 | +# changable separately. |
70 | 71 | POSTGRESDIR= /home/tools/postgres95-1.02
|
71 | 72 |
|
72 | 73 | # POSTGRESLOGIN is the login name of the user who gets special
|
73 | 74 | # privileges within the database. By default it is "postgres", but
|
74 | 75 | # you can change it to any existing login name (such as your own
|
75 | 76 | # login if you are compiling a private version or don't have root
|
76 |
| -# access). |
| 77 | +# access). |
77 | 78 | POSTGRESLOGIN= postgres
|
78 | 79 |
|
79 | 80 | # DATADIR specifies where the postmaster expects to find its database.
|
@@ -160,6 +161,7 @@ USE_READLINE= true
|
160 | 161 | READLINE_INC= -I/home/tools/include
|
161 | 162 | READLINE_LIB= -L/home/tools/lib -lreadline
|
162 | 163 |
|
| 164 | +# use the following if your readline has a separate history lib |
163 | 165 | #HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
|
164 | 166 | #HISTORY_LIB= -L/home/tools/lib -lhistory
|
165 | 167 |
|
|
0 commit comments