summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-19 14:23:50 +0000
committerpeter <peter@FreeBSD.org>1996-08-19 14:23:50 +0000
commit85b8c8adb1c580a802e0726d2b210abbe845491e (patch)
treef69e3de2ed48d886a68636ded2edfa367ef046d4 /lib/libpcap/Makefile
parent11a42ec0957fab3bb43b95511ab31dc1cd35b677 (diff)
downloadFreeBSD-src-85b8c8adb1c580a802e0726d2b210abbe845491e.zip
FreeBSD-src-85b8c8adb1c580a802e0726d2b210abbe845491e.tar.gz
Define ETHER_SERVICE, since we have one. ie: use getetherxxx() instead
of parsing /etc/ethers manually. This allows it to read NIS.
Diffstat (limited to 'lib/libpcap/Makefile')
-rw-r--r--lib/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 50a2429..a3009c7 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -1,5 +1,5 @@
# Makefile for libpcap
-# $Id: Makefile,v 1.5 1996/05/07 23:19:02 wosch Exp $
+# $Id: Makefile,v 1.7 1996/06/02 17:09:03 phk Exp $
LIB= pcap
@@ -11,7 +11,7 @@ SRCS= \
CLEANFILES+= lex.yy.c tokdefs.h grammar.c scanner.c
# CFLAGS+=-Wall -I. -I${.CURDIR} -DFDDI -Dyylval=pcap_lval
-CFLAGS+=-DFDDI -I. -I${.CURDIR}
+CFLAGS+=-DFDDI -I. -I${.CURDIR} -DETHER_SERVICE
MAN3= pcap.3
beforeinstall:
OpenPOWER on IntegriCloud