diff options
Diffstat (limited to 'lib/libpcap/Makefile')
-rw-r--r-- | lib/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile index 68cc80a9d4c..613b6e0c1fe 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 1996/06/18 16:26:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/08/03 07:10:32 niklas Exp $ # $NetBSD: Makefile,v 1.3 1996/05/10 21:54:24 cgd Exp $ LIB= pcap MAN= pcap.3 -CFLAGS+=-I. -I${.CURDIR} -Dyylval=pcap_yylval +CFLAGS+=-I. -I${.CURDIR} -Dyylval=pcap_yylval -DHAVE_STRERROR HDRS= pcap.h pcap-namedb.h SRCS= pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \ |