From: Marc G. Fournier Date: Tue, 29 Oct 1996 19:08:46 +0000 (+0000) Subject: Somehow my personal changes got commit'd to the tree, and, therefore, X-Git-Tag: PG95-1_09~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65e5e59f8379ed367ed6100424bd34a569d099f3;p=postgresql Somehow my personal changes got commit'd to the tree, and, therefore, got into 1.09 :( Fix this --- diff --git a/src/Makefile.global b/src/Makefile.global index 8819c16a4b..29a2a53ae9 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.15 1996/10/25 19:57:43 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.16 1996/10/29 19:08:46 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -42,7 +42,7 @@ # linux - Intel x86 on Linux 1.2 and Linux ELF # (For non-ELF Linux, you need to comment out # "LINUX_ELF=1" in src/mk/port/postgres.mk.linux) -# BSD44_derived - OSs derived from 4.4-lite BSD (NetBSD, FreeBSD) +# # bsdi - BSD/OS 2.0 and 2.01 # bsdi_2_1 - BSD/OS 2.1 # aix - IBM on AIX 3.2.5 @@ -60,7 +60,7 @@ # make sure that you have no whitespaces after the PORTNAME setting # or the makefiles can get confused # -PORTNAME= BSD44_derived +PORTNAME= UNDEFINED # SRCDIR specifies where the source files are. SRCDIR= /usr/local/postgres95/src