[Midnightbsd-cvs] src [11982] trunk/usr.sbin/Makefile: connect a few more things

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jul 30 16:47:27 EDT 2018


Revision: 11982
          http://svnweb.midnightbsd.org/src/?rev=11982
Author:   laffer1
Date:     2018-07-30 16:47:26 -0400 (Mon, 30 Jul 2018)
Log Message:
-----------
connect a few more things

Modified Paths:
--------------
    trunk/usr.sbin/Makefile

Modified: trunk/usr.sbin/Makefile
===================================================================
--- trunk/usr.sbin/Makefile	2018-07-30 20:37:41 UTC (rev 11981)
+++ trunk/usr.sbin/Makefile	2018-07-30 20:47:26 UTC (rev 11982)
@@ -6,10 +6,8 @@
 # XXX MISSING:		mkproto, mptutil
 SUBDIR=	adduser \
 	arp \
-	bootparamd \
 	burncd \
 	${_bsdconfig} \
-	bsdinstall \
 	cdcontrol \
 	chkgrp \
 	chown \
@@ -21,11 +19,11 @@
 	ctladm \
 	daemon \
 	dconschat \
+	devctl \
 	devinfo \
 	digictl \
 	diskinfo \
 	dumpcis \
-	etcupdate \
 	extattr \
 	extattrctl \
 	fifolog \
@@ -35,7 +33,6 @@
 	gstat \
 	i2c \
 	ifmcstat \
-	inetd \
 	iostat \
 	kldxref \
 	mailwrapper \
@@ -86,15 +83,14 @@
 	spray \
 	syslogd \
 	sysrc \
-	tcpdchk \
-	tcpdmatch \
 	tcpdrop \
 	tcpdump \
-	timed \
 	traceroute \
 	trpt \
 	tzsetup \
+	uefisign \
 	ugidfw \
+	vigr \
 	vipw \
 	wake \
 	watch \
@@ -126,14 +122,26 @@
 SUBDIR+=	authpf
 .endif
 
+.if ${MK_AUTOFS} != "no"
+SUBDIR+=	autofs
+.endif
+
 .if ${MK_BLUETOOTH} != "no"
 SUBDIR+=	bluetooth
 .endif
 
+.if ${MK_BOOTPARAMD} != "no"
+SUBDIR+=      bootparamd
+.endif
+
 .if ${MK_BSNMP} != "no"
 SUBDIR+=	bsnmpd
 .endif
 
+.if ${MK_BSDINSTALL} != "no"
+SUBDIR+=	bsdinstall
+.endif
+
 .if ${MK_DIALOG} != "no"
 _bsdconfig=	bsdconfig
 .endif
@@ -175,6 +183,10 @@
 SUBDIR+=	ipfwpcap
 .endif
 
+.if ${MK_INETD} != "no"
+SUBDIR+=	inetd
+.endif
+
 .if ${MK_IPX} != "no"
 SUBDIR+=	IPXrouted
 .endif
@@ -263,6 +275,10 @@
 SUBDIR+=	rwhod
 .endif
 
+.if ${MK_RCS} != "no"
+SUBDIR+=	etcupdate
+.endif
+
 .if ${MK_SENDMAIL} != "no"
 SUBDIR+=	editmap
 SUBDIR+=	mailstats
@@ -271,6 +287,19 @@
 SUBDIR+=	sendmail
 .endif
 
+.if ${MK_TCP_WRAPPERS} != "no"
+SUBDIR+=	tcpdchk
+SUBDIR+=	tcpdmatch
+.endif
+
+.if ${MK_TESTS} != "no"
+SUBDIR+=	tests
+.endif
+
+.if ${MK_TIMED} != "no"
+SUBDIR+=	timed
+.endif
+
 .if ${MK_TOOLCHAIN} != "no"
 SUBDIR+=	config
 SUBDIR+=	crunch



More information about the Midnightbsd-cvs mailing list