Module Name:    src
Committed By:   christos
Date:           Fri Jul  1 22:50:50 UTC 2016

Modified Files:
        src/sbin: Makefile

Log Message:
cgdconfig does not need crypto.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/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/sbin/Makefile
diff -u src/sbin/Makefile:1.128 src/sbin/Makefile:1.129
--- src/sbin/Makefile:1.128	Sat Jun  4 12:29:35 2016
+++ src/sbin/Makefile	Fri Jul  1 18:50:50 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.128 2016/06/04 16:29:35 nonaka Exp $
+#	$NetBSD: Makefile,v 1.129 2016/07/01 22:50:50 christos Exp $
 #	@(#)Makefile	8.5 (Berkeley) 3/31/94
 
 # Not ported: XNSrouted enpload scsiformat startslip
@@ -6,7 +6,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig ccdconfig \
+SUBDIR=	amrctl apmlabel atactl badsect bioctl brconfig ccdconfig cgdconfig \
 	chown devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
 	drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig luactl \
 	mbrlabel mknod modload modstat modunload mount \
@@ -51,9 +51,6 @@ SUBDIR+= mount_umap
 SUBDIR+= mount_union
 SUBDIR+= mount_v7fs
 
-.if (${MKCRYPTO} != "no")
-SUBDIR+= cgdconfig
-.endif
 
 .if (${USE_INET6} != "no")
 SUBDIR+= ping6

Reply via email to