aboutsummaryrefslogtreecommitdiff
path: root/src/mk/port/postgres.mk.bsdi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mk/port/postgres.mk.bsdi')
-rw-r--r--src/mk/port/postgres.mk.bsdi40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/mk/port/postgres.mk.bsdi b/src/mk/port/postgres.mk.bsdi
new file mode 100644
index 00000000000..a2aa1df6ae7
--- /dev/null
+++ b/src/mk/port/postgres.mk.bsdi
@@ -0,0 +1,40 @@
+#-------------------------------------------------------------------------
+#
+# postgres.mk.bsdi--
+# Intel x86/BSDi v2.0 specific rules and variables
+#
+# for questions about the BSD/OS port, contact 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
+
+# cc is gcc v1.42
+# gcc is gcc v2.6.3
+CC= gcc
+
+RANLIB= ranlib
+INSTALL= install
+LEX= flex
+AROPT= cq
+
+# use the regex library
+USE_REGEX = 1
+
+LDADD_BE= -ldld -lcompat
+
+#
+# for postgres.user.mk
+#
+SLSUFF= .o
+
+#
+# for postgres.mk
+#
+CFLAGS_OPT= -g -DUSE_POSIX_SIGNALS # -O2
+
+endif