diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-07-09 06:22:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-07-09 06:22:35 +0000 |
commit | d31084e9d1118b25fd16580d9d8c2924b5740dff (patch) | |
tree | 3179e66307d54df9c7b966543550e601eb55e668 /src/mk/port/postgres.mk.ultrix4 | |
download | postgresql-PG95-1_01.tar.gz postgresql-PG95-1_01.zip |
Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01
Diffstat (limited to 'src/mk/port/postgres.mk.ultrix4')
-rw-r--r-- | src/mk/port/postgres.mk.ultrix4 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/mk/port/postgres.mk.ultrix4 b/src/mk/port/postgres.mk.ultrix4 new file mode 100644 index 00000000000..fa63d02aa5e --- /dev/null +++ b/src/mk/port/postgres.mk.ultrix4 @@ -0,0 +1,34 @@ +#------------------------------------------------------------------------- +# +# postgres.mk.ultrix4-- +# DEC MIPS/Ultrix 4.x specific rules and variables +# +# Copyright (c) 1994-5, Regents of the University of California +# +# $Id: postgres.mk.ultrix4,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $ +# +#------------------------------------------------------------------------- +ifndef MK_PORT +MK_PORT= ultrix4 + +# +# for postgres.mk +# +ifdef ENFORCE_ALIGNMENT +CFLAGS_BE= -DNOFIXADE +endif + +# install creates intermediate directories +NO_BEFOREINSTL= true + +INSTALL= /usr/bin/install +RANLIB= /usr/bin/ranlib + +# +# for postgres.user.mk +# +CFLAGS_SL= -G 0 +SLSUFF= .o + + +endif |