aboutsummaryrefslogtreecommitdiff
path: root/lib/libpcap
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2001-04-03 10:08:51 +0000
committerBruce Evans <bde@FreeBSD.org>2001-04-03 10:08:51 +0000
commitf3952ecb5e0de769b8ee46ecf32f76dab8ed2c5c (patch)
treed778d078d44e825ab312593455c2532c1e3a33a9 /lib/libpcap
parent5f98b5af8986a6ca3d4ffe1a247b078a812e78ad (diff)
Notes
Diffstat (limited to 'lib/libpcap')
-rw-r--r--lib/libpcap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 5e5224773f70..f18f899623c8 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -9,13 +9,11 @@ SRCS= grammar.y tokdefs.h pcap-bpf.c \
MAN= pcap.3
CLEANFILES=tokdefs.h version.c
-DEFS= -DHAVE_CONFIG_H
+CFLAGS+=-DHAVE_CONFIG_H -Dyylval=pcap_lval -I${.CURDIR} -I.
.if !defined(NOINET6)
-DEFS+= -DINET6
+CFLAGS+=-DINET6
.endif
-CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}
-
SHLIB_MAJOR=2
SHLIB_MINOR=5