summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2000-01-16 12:08:11 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2000-01-16 12:08:11 +0000
commit9d64909d570d6f997f34c55849b3afe156539b19 (patch)
tree6f53d06787ad68ec429fadccd6343fdc3fbdd037 /usr.sbin/tcpdump
parent1f422276195f7e3d9e8dc7ec2eba1b7c3aafea2c (diff)
enable INET6
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r--usr.sbin/tcpdump/Makefile4
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