summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-29 19:08:46 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-29 19:08:46 +0000
commit65e5e59f8379ed367ed6100424bd34a569d099f3 (patch)
treef9c7d2f1b0eb821c568a1185b513e83137023e96 /src
parent0022dea05e8228270ac260857a86753a4fe74944 (diff)
Somehow my personal changes got commit'd to the tree, and, therefore,
got into 1.09 :( Fix this
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 8819c16a4b5..29a2a53ae96 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