Module Name:    src
Committed By:   christos
Date:           Sun Dec 13 02:26:08 UTC 2015

Modified Files:
        src/usr.sbin: Makefile

Log Message:
Add ip6addrctl


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/usr.sbin/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/Makefile
diff -u src/usr.sbin/Makefile:1.272 src/usr.sbin/Makefile:1.273
--- src/usr.sbin/Makefile:1.272	Sun Nov  8 15:00:22 2015
+++ src/usr.sbin/Makefile	Sat Dec 12 21:26:08 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.272 2015/11/08 20:00:22 christos Exp $
+#	$NetBSD: Makefile,v 1.273 2015/12/13 02:26:08 christos Exp $
 #	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
 
 .include <bsd.own.mk>
@@ -46,7 +46,7 @@ SUBDIR+= mdsetimage
 .endif
 
 .if (${MKINET6} != "no")
-SUBDIR+=faithd ifmcstat ndp rip6query rtsold
+SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
 .endif
 .if (${USE_INET6} != "no")
 SUBDIR+=mld6query route6d rtadvd traceroute6 

Reply via email to