From 2a946c4c77380937e4310a8865c45870f244fd8d Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 19 Aug 1996 14:27:14 +0000 Subject: Define ETHERS_SERVICE, since our OS provides it. Otherwise, you can't do a "tcpdump 'gateway foo'" unless it's in /etc/ethers - it wasn't reading the NIS tables. --- usr.sbin/tcpdump/tcpdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index f25559d..8bf0bd8 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,7 +1,7 @@ -# $Id$ +# $Id: Makefile,v 1.10 1995/08/29 19:48:10 wollman Exp $ PROG= tcpdump -CFLAGS+=-DCSLIP -DPPP -DFDDI +CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE MAN1= tcpdump.1 SRCS= version.c addrtoname.c bpf_dump.c parsenfsfh.c \ print-arp.c print-atalk.c print-bootp.c print-decnet.c print-domain.c \ -- cgit v1.1