summaryrefslogtreecommitdiff
path: root/src/mk/port/postgres.mk.bsdi_2_1
diff options
context:
space:
mode:
Diffstat (limited to 'src/mk/port/postgres.mk.bsdi_2_1')
-rw-r--r--src/mk/port/postgres.mk.bsdi_2_140
1 files changed, 0 insertions, 40 deletions
diff --git a/src/mk/port/postgres.mk.bsdi_2_1 b/src/mk/port/postgres.mk.bsdi_2_1
deleted file mode 100644
index b35e75b309..0000000000
--- a/src/mk/port/postgres.mk.bsdi_2_1
+++ /dev/null
@@ -1,40 +0,0 @@
-#-------------------------------------------------------------------------
-#
-# postgres.mk.bsdi--
-# Intel x86/BSDi v2.1 specific rules and variables
-#
-# for questions about the BSD/OS port, contact:
-# Bruce Momjian (maillist@candle.pha.pa.us)
-# Kurt Lidl (lidl@pix.com)
-#
-# Copyright (c) 1994-5, Regents of the University of California
-#
-# NOTE
-# you may remove lines that start with ## which are general comments
-#-------------------------------------------------------------------------
-ifndef MK_PORT
-MK_PORT= bsdi_2_1
-
-# cc is gcc v1.42
-# gcc is gcc v2.7.2
-CC= gcc
-
-RANLIB= ranlib
-INSTALL= install
-LEX= lex
-AROPT= cq
-
-LD_ADD+= -ltermcap
-
-#
-# for postgres.user.mk
-#
-SLSUFF= .o
-
-#
-# for postgres.mk
-#
-CFLAGS_OPT= -O2 -m486
-CFLAGS_BE = -DUSE_POSIX_SIGNALS
-
-endif