Module Name:    src
Committed By:   maxv
Date:           Mon Apr 23 10:19:11 UTC 2018

Modified Files:
        src/usr.sbin/traceroute6: Makefile

Log Message:
Remove CPPFLAGS+=-DUSE_RFC3542, it's not used anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/traceroute6/Makefile

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

Modified files:

Index: src/usr.sbin/traceroute6/Makefile
diff -u src/usr.sbin/traceroute6/Makefile:1.9 src/usr.sbin/traceroute6/Makefile:1.10
--- src/usr.sbin/traceroute6/Makefile:1.9	Tue May 10 01:52:49 2011
+++ src/usr.sbin/traceroute6/Makefile	Mon Apr 23 10:19:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/05/10 01:52:49 christos Exp $
+# $NetBSD: Makefile,v 1.10 2018/04/23 10:19:11 maxv Exp $
 
 USE_FORT?= yes	# network client
 
@@ -12,7 +12,6 @@ BINMODE=4555
 BINOWN=	root
 
 CPPFLAGS+=-DINET6 -DIPSEC
-CPPFLAGS+=-DUSE_RFC3542
 LDADD+=	-lipsec
 DPADD+=	${LIBIPSEC}
 

Reply via email to