Module Name:    src
Committed By:   riastradh
Date:           Fri Dec  2 02:14:03 UTC 2016

Modified Files:
        src/external/bsd/tcpdump/bin: Makefile

Log Message:
print-ip6.c is needed even with MKINET6=no.

Provides print_ip6 used by various other objects, with different
definitions depending on #ifdef INET6.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/tcpdump/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tcpdump/bin/Makefile
diff -u src/external/bsd/tcpdump/bin/Makefile:1.14 src/external/bsd/tcpdump/bin/Makefile:1.15
--- src/external/bsd/tcpdump/bin/Makefile:1.14	Wed Jun 29 19:45:14 2016
+++ src/external/bsd/tcpdump/bin/Makefile	Fri Dec  2 02:14:03 2016
@@ -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-icmp.c \
 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_USER=\"_tcpdump\"
 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 

Reply via email to