diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-26 16:02:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-26 16:02:54 +0000 |
commit | ab89a5c1cf421e11ba581793b36a7182fec55b76 (patch) | |
tree | e2b8d8c670eba4ebaf7e37c7da377383b15611d7 | |
parent | c23b0a7fc061daeeb97a51cb3a111486630a8edc (diff) |
Use YP ethers
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index 8cdc7bbde03..da4a1b10b27 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1997/09/21 11:44:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 1998/02/26 16:02:53 niklas Exp $ # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 # The Regents of the University of California. All rights reserved. @@ -23,7 +23,7 @@ PROG= tcpdump MAN= tcpdump.8 -CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H +CFLAGS+=-DCSLIP -DPPP -DFDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "sparc") CFLAGS+=-DLBL_ALIGN .endif |