|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.15 1996/10/25 19:57:43 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.16 1996/10/29 19:08:46 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
|
42 | 42 | #linux-Intel x86 on Linux 1.2 and Linux ELF
|
43 | 43 | #(For non-ELF Linux, you need to comment out
|
44 | 44 | #"LINUX_ELF=1" in src/mk/port/postgres.mk.linux)
|
45 |
| -#BSD44_derived-OSs derived from 4.4-lite BSD (NetBSD, FreeBSD) |
| 45 | +# |
46 | 46 | # bsdi - BSD/OS 2.0 and 2.01
|
47 | 47 | # bsdi_2_1 - BSD/OS 2.1
|
48 | 48 | #aix-IBM on AIX 3.2.5
|
|
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 | +PORTNAME=UNDEFINED |
64 | 64 |
|
65 | 65 | # SRCDIR specifies where the source files are.
|
66 | 66 | SRCDIR=/usr/local/postgres95/src
|
|