diff --git a/src/Makefile.global.in b/src/Makefile.global.in index ce45262df875b45082f6b100915bc9eb37c83d65..08dd64d64e2c023d4b53c21f4cfc3acd44e99746 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 0000000000000000000000000000000000000000..d49d09f0b7b6df59fe81752b1d662f52710a689b --- /dev/null +++ b/src/makefiles/Makefile.bsdi @@ -0,0 +1 @@ +CC=gcc2