summaryrefslogtreecommitdiff
path: root/src/mk/port/postgres.mk.bsdi_2_1
blob: 45598b8b1b3b17201e3353137294a3f1a7037c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#-------------------------------------------------------------------------
#
# 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_2_1

# cc is gcc v1.42
# gcc is gcc v2.6.3
CC=			gcc

RANLIB=		ranlib
INSTALL=	install
LEX=		lex
AROPT=		cq

# use the regex library
USE_REGEX = 1

LDADD_BE= -ldl -lcompat
LD_ADD+=	-ltermcap

#
# for postgres.user.mk
#
SLSUFF=		.o

#
# for postgres.mk
#
CFLAGS_OPT=	-O -DUSE_POSIX_SIGNALS # -O2

endif