1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Fixed world breakage in previous commit (config.h was inaccessible

except in the unusual case where ${.OBJDIR} == ${.CURDIR}).

Fixed nearby style bugs (the DEFS variable had rotted to be just
an obfuscation).
This commit is contained in:
Bruce Evans 2001-04-03 10:08:51 +00:00
parent 5f98b5af89
commit f3952ecb5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75125

View File

@ -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