summaryrefslogtreecommitdiff
path: root/src/mk/port/postgres.mk.ultrix4
diff options
context:
space:
mode:
Diffstat (limited to 'src/mk/port/postgres.mk.ultrix4')
-rw-r--r--src/mk/port/postgres.mk.ultrix434
1 files changed, 0 insertions, 34 deletions
diff --git a/src/mk/port/postgres.mk.ultrix4 b/src/mk/port/postgres.mk.ultrix4
deleted file mode 100644
index fa63d02aa5..0000000000
--- a/src/mk/port/postgres.mk.ultrix4
+++ /dev/null
@@ -1,34 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# 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