diff options
author | 2000-01-16 12:08:10 +0000 | |
---|---|---|
committer | 2000-01-16 12:08:10 +0000 | |
commit | cc963ad2e79d7d3e3f172acffd30aea23b5fd23f (patch) | |
tree | a07d5da49979a9ceb3ed664a6ef92a98cfb789a2 | |
parent | INET6 address resolution (from KAME) (diff) | |
download | wireguard-openbsd-cc963ad2e79d7d3e3f172acffd30aea23b5fd23f.tar.xz wireguard-openbsd-cc963ad2e79d7d3e3f172acffd30aea23b5fd23f.zip |
enable INET6
-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 6de664c0a8b..50db817e3a2 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2000/01/16 11:43:57 jakob Exp $ +# $OpenBSD: Makefile,v 1.20 2000/01/16 12:08:10 jakob 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 -DHAVE_FDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST +CFLAGS+=-DCSLIP -DPPP -DHAVE_FDDI -DETHER_SERVICE -DRETSIGTYPE=void -DHAVE_NET_SLIP_H -DHAVE_ETHER_NTOHOST -DINET6 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "sparc") CFLAGS+=-DLBL_ALIGN .endif |