[Midnightbsd-cvs] src: Makefile: Add nscd, make several other programs conditional

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 16 17:16:41 EST 2008


Log Message:
-----------
Add nscd, make several other programs conditional

Modified Files:
--------------
    src/usr.sbin:
        Makefile (r1.13 -> r1.14)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.sbin/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L usr.sbin/Makefile -L usr.sbin/Makefile -u -r1.13 -r1.14
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -95,12 +95,13 @@
 	${_named-checkzone} \
 	${_named.reload} \
 	${_ndiscvt} \
-	ndp \
+	${_ndp} \
 	newsyslog \
 	nfsd \
 	ngctl \
 	nghook \
 	nologin \
+	${_nscd} \
 	ntpd \
 	${_ofwdump} \
 	pccard \
@@ -116,6 +117,7 @@
 	pppd \
 	pppstats \
 	${_praliases} \
+	${_praudit} \
 	procctl \
 	pstat \
 	pw \
@@ -138,10 +140,10 @@
 	${_rpc.yppasswdd} \
 	${_rpc.ypupdated} \
 	${_rpc.ypxfrd} \
-	rrenumd \
-	rtadvd \
+	${_rrenumd} \
+	${_rtadvd} \
 	rtprio \
-	rtsold \
+	${_rtsold} \
 	rwhod \
 	sa \
 	sade \


More information about the Midnightbsd-cvs mailing list