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.
This commit is contained in:
Peter Wemm 1996-08-19 14:27:14 +00:00
parent 6141261f71
commit 1340e5b6fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17667

View File

@ -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 \