diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-08 07:47:52 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-08 07:47:52 +0000 |
commit | 8006c6f52f67cccaa9d57e2c895d95b609372c41 (patch) | |
tree | 6bb49093e0c41e672bfe3f465762a085a49a3975 | |
parent | cecf081abaa786414743ff1a2e694d36c606ddb4 (diff) | |
download | postgresql-8006c6f52f67cccaa9d57e2c895d95b609372c41.tar.gz postgresql-8006c6f52f67cccaa9d57e2c895d95b609372c41.zip |
Somehow PORTNAME keeps getting changed to BSD44_derived :(
-rw-r--r-- | src/Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global index 7a15560c4e1..d0356683c96 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.55 1996/11/06 22:32:18 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.56 1996/11/08 07:47:52 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -59,7 +59,7 @@ # to change it in Makefile.custom. # make sure that you have no whitespaces after the PORTNAME setting # or the makefiles can get confused -PORTNAME= BSD44_derived +PORTNAME= UNDEFINED # Ignore LINUX_ELF if you're not using Linux. But if you are, and you're # compiling to a.out (which means you're using the dld dynamic loading |