diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-26 13:49:52 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-26 13:49:52 +0000 |
commit | d3d908c86ee41a01b8e400421447bf6041a68ac2 (patch) | |
tree | a44e17025174000628804c9c8ddff9d8f94dabe8 | |
parent | ed9f5a60a2e66d80f98083db0d9fbe1ae95f4752 (diff) |
Enable YP ethers lookup
-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 f2890b0e584..8a55e5e11c5 100644 --- a/lib/libpcap/Makefile +++ b/lib/libpcap/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 1997/04/27 20:56:13 millert Exp $ +# $OpenBSD: Makefile,v 1.9 1998/02/26 13:49:51 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 -DHAVE_STRERROR +CFLAGS+=-I. -I${.CURDIR} -Dyylval=pcap_yylval -DHAVE_STRERROR -DHAVE_ETHER_HOSTTON HDRS= pcap.h pcap-namedb.h SRCS= pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \ |