Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/tcpdump/bin print-ip6.c is needed even with MKI...
details: https://anonhg.NetBSD.org/src/rev/f680f4eac218
branches: trunk
changeset: 349243:f680f4eac218
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Dec 02 02:14:03 2016 +0000
description:
print-ip6.c is needed even with MKINET6=no.
Provides print_ip6 used by various other objects, with different
definitions depending on #ifdef INET6.
diffstat:
external/bsd/tcpdump/bin/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 0158494cfb9a -r f680f4eac218 external/bsd/tcpdump/bin/Makefile
--- a/external/bsd/tcpdump/bin/Makefile Fri Dec 02 01:48:44 2016 +0000
+++ b/external/bsd/tcpdump/bin/Makefile Fri Dec 02 02:14:03 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2016/06/29 19:45:14 christos Exp $
+# $NetBSD: Makefile,v 1.15 2016/12/02 02:14:03 riastradh Exp $
WARNS?= 1 # XXX: need to cleanup later
@@ -72,6 +72,7 @@
print-igmp.c \
print-igrp.c \
print-ip.c \
+print-ip6.c \
print-ipcomp.c \
print-ipfc.c \
print-ipnet.c \
@@ -176,7 +177,7 @@
CPPFLAGS+=-DWITH_CHROOT=\"/var/chroot/tcpdump\"
.if (${USE_INET6} != "no")
-SRCS+= print-babel.c print-ip6.c print-ip6opts.c print-icmp6.c \
+SRCS+= print-babel.c print-ip6opts.c print-icmp6.c \
print-rt6.c print-dhcp6.c print-ospf6.c
CPPFLAGS+=-DINET6=1 -DHAVE_RES_USE_INET6=1
Home |
Main Index |
Thread Index |
Old Index