diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-03 07:10:33 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-03 07:10:33 +0000 |
commit | d6d966ae9a1b2d0855f50ee0e224ea9e2275954b (patch) | |
tree | 1b2f8c195ffbb27ef09c51a1fc693df013b24ceb /lib/libpcap | |
parent | 5f1927683736d7e95dabfb4f625f4a4eee4bd657 (diff) |
We have strerror(3) available
Diffstat (limited to 'lib/libpcap')
-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 \ |