11#-------------------------------------------------------------------------
22#
33# postgres.mk.bsdi--
4- # Intel x86/BSDi v2.0 specific rules and variables
4+ # Intel x86/BSDi v2.1 specific rules and variables
55#
6- # for questions about the BSD/OS port, contact Kurt Lidl (lidl@pix.com)
7- #
8- #Copyright (c) 1994-5, Regents of the University of California
6+ # for questions about the BSD/OS port, contact:
7+ # Bruce Momjian (maillist@candle.pha.pa.us)
8+ # Kurt Lidl (lidl@pix.com)
99#
10+ # Copyright (c) 1994-5, Regents of the University of California
11+ #
1012# NOTE
1113# you may remove lines that start with ## which are general comments
1214#-------------------------------------------------------------------------
1315ifndef MK_PORT
1416MK_PORT=bsdi_2_1
1517
1618# cc is gcc v1.42
17- # gcc is gcc v2.6.3
19+ # gcc is gcc v2.7.2
1820CC=gcc
1921
2022RANLIB=ranlib
2123INSTALL=install
2224LEX=lex
2325AROPT=cq
2426
25- # use the regex library
26- USE_REGEX = 1
27-
28- LDADD_BE= -ldl -lcompat
2927LD_ADD+=-ltermcap
3028
3129#
@@ -36,6 +34,7 @@ SLSUFF=.o
3634#
3735# for postgres.mk
3836#
39- CFLAGS_OPT=-O -DUSE_POSIX_SIGNALS # -O2
37+ CFLAGS_OPT=-O2 -m486
38+ CFLAGS_BE = -DUSE_POSIX_SIGNALS
4039
4140endif