svn commit: r252862 - head/usr.sbin
Devin Teske
dteske at FreeBSD.org
Sat Jul 6 04:13:48 UTC 2013
Author: dteske
Date: Sat Jul 6 04:13:47 2013
New Revision: 252862
URL: http://svnweb.freebsd.org/changeset/base/252862
Log:
Take the training-wheels off, after nearly 30 months of development. MFC to
stable/9 planned after MFC 3-day period. The MFC to stable/9 is desired for
the next release to get some much-needed time:
+ Living side-by-side with sysinstall for compare/contrast/transition
+ Living side-by-side with bsdinstall for integration/transition
+ Additional feedback/testing before eventual 10.0-R to make it even better
MFC after: 3 days
Modified:
head/usr.sbin/Makefile
Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile Sat Jul 6 03:40:00 2013 (r252861)
+++ head/usr.sbin/Makefile Sat Jul 6 04:13:47 2013 (r252862)
@@ -6,6 +6,7 @@
SUBDIR= adduser \
arp \
bootparamd \
+ bsdconfig \
bsdinstall \
cdcontrol \
chkgrp \
@@ -80,6 +81,7 @@ SUBDIR= adduser \
snapinfo \
spray \
syslogd \
+ sysrc \
tcpdchk \
tcpdmatch \
tcpdrop \
@@ -146,11 +148,6 @@ SUBDIR+= rndc-confgen
SUBDIR+= bluetooth
.endif
-.if ${MK_BSDCONFIG} != "no"
-SUBDIR+= bsdconfig
-SUBDIR+= sysrc
-.endif
-
.if ${MK_BSNMP} != "no"
SUBDIR+= bsnmpd
.endif
More information about the svn-src-head
mailing list