Module Name: src
Committed By: christos
Date: Wed Aug 8 14:13:46 UTC 2012
Modified Files:
src/usr.bin: Makefile
src/usr.sbin: Makefile
Log Message:
exclude programs for MKRUMP = no
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/usr.bin/Makefile
cvs rdiff -u -r1.265 -r1.266 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.bin/Makefile
diff -u src/usr.bin/Makefile:1.209 src/usr.bin/Makefile:1.210
--- src/usr.bin/Makefile:1.209 Sat Aug 4 11:50:16 2012
+++ src/usr.bin/Makefile Wed Aug 8 10:13:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2012/08/04 15:50:16 christos Exp $
+# $NetBSD: Makefile,v 1.210 2012/08/08 14:13:46 christos Exp $
# from: @(#)Makefile 8.3 (Berkeley) 1/7/94
.include <bsd.own.mk>
@@ -22,8 +22,7 @@ SUBDIR= apply asa at audio audiocfg \
pagesize passwd paste patch pathchk pkill pmap pmc pr \
printenv printf progress pwhash qsubst quota radioctl rdist \
renice rev revoke rfcomm_sppd rlogin rpcgen rpcinfo rs rsh \
- rump_allserver rump_dhcpclient rump_halt rump_server rup ruptime \
- rusers rwall rwho \
+ rup ruptime rusers rwall rwho \
script sdiff sdpquery sed seq shar shlock shmif_dumpbus \
showmount shuffle sockstat soelim sort spell split stat su systat \
tabs tail talk tcopy tee telnet tftp tic time tip touch tpfmt tput \
@@ -40,6 +39,10 @@ SUBDIR+= ../external/zlib/pigz/bin/pigz
SUBDIR+= apropos whatis
.endif
+.if (${MKRUMP} != "no")
+SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
+.endif
+
.if (${MKBSDGREP} != "no")
SUBDIR+= grep
.endif
Index: src/usr.sbin/Makefile
diff -u src/usr.sbin/Makefile:1.265 src/usr.sbin/Makefile:1.266
--- src/usr.sbin/Makefile:1.265 Fri May 25 21:58:20 2012
+++ src/usr.sbin/Makefile Wed Aug 8 10:13:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2012/05/26 01:58:20 uebayasi Exp $
+# $NetBSD: Makefile,v 1.266 2012/08/08 14:13:46 christos Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
@@ -20,7 +20,7 @@ SUBDIR= ac accton acpitools altq apm apm
ndbootd ndiscvt netgroup_mkdb nfsd \
ofctl \
paxctl pcictl perfused pppd psrset pstat pwd_mkdb postinstall \
- powerd puffs \
+ powerd \
quot quotacheck quotaon quotarestore \
rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
rpc.pcnfsd rpc.statd rpcbind rwhod \
@@ -40,6 +40,10 @@ SUBDIR+= makemandb
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif
+.if (${MKRUMP} != "no")
+SUBDIR+= puffs
+.endif
+
.if ${TOOLCHAIN_MISSING} != "no"
SUBDIR+= mdsetimage
.endif