From ffb38bd3ae8c258f0a5388e60bcd8a7acbff2fa4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 May 1997 02:30:23 +0000 Subject: [PATCH] Update for bsdi --- src/Makefile.global.in | 4 ++-- src/makefiles/Makefile.bsdi | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/makefiles/Makefile.bsdi diff --git a/src/Makefile.global.in b/src/Makefile.global.in index ce45262df8..08dd64d64e 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.23 1997/04/26 05:04:13 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.24 1997/05/08 02:29:55 momjian Exp $ # # NOTES # Essentially all Postgres make files include this file and use the @@ -48,7 +48,7 @@ # aix IBM on AIX 3.2.5 # alpha DEC Alpha AXP on OSF/1 2.0 # BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD) -# bsdi BSD/OS 2.0, 2.01, 2.1 +# bsdi BSD/OS 2.0, 2.01, 2.1, 3.0 # dgux DG/UX 5.4R3.10 # hpux HP PA-RISC on HP-UX 9.0 # i386_solaris i386 Solaris diff --git a/src/makefiles/Makefile.bsdi b/src/makefiles/Makefile.bsdi new file mode 100644 index 0000000000..d49d09f0b7 --- /dev/null +++ b/src/makefiles/Makefile.bsdi @@ -0,0 +1 @@ +CC=gcc2 -- 2.11.0