Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src exclude programs for MKRUMP = no
details: https://anonhg.NetBSD.org/src/rev/bc7a7b276d67
branches: trunk
changeset: 780823:bc7a7b276d67
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 08 14:13:46 2012 +0000
description:
exclude programs for MKRUMP = no
diffstat:
usr.bin/Makefile | 9 ++++++---
usr.sbin/Makefile | 8 ++++++--
2 files changed, 12 insertions(+), 5 deletions(-)
diffs (59 lines):
diff -r 6e021ebee6ca -r bc7a7b276d67 usr.bin/Makefile
--- a/usr.bin/Makefile Wed Aug 08 14:10:38 2012 +0000
+++ b/usr.bin/Makefile Wed Aug 08 14:13:46 2012 +0000
@@ -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 @@
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+= apropos whatis
.endif
+.if (${MKRUMP} != "no")
+SUBDIR+= rump_allserver rump_dhcpclient rump_halt rump_server
+.endif
+
.if (${MKBSDGREP} != "no")
SUBDIR+= grep
.endif
diff -r 6e021ebee6ca -r bc7a7b276d67 usr.sbin/Makefile
--- a/usr.sbin/Makefile Wed Aug 08 14:10:38 2012 +0000
+++ b/usr.sbin/Makefile Wed Aug 08 14:13:46 2012 +0000
@@ -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 @@
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+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif
+.if (${MKRUMP} != "no")
+SUBDIR+= puffs
+.endif
+
.if ${TOOLCHAIN_MISSING} != "no"
SUBDIR+= mdsetimage
.endif
Home |
Main Index |
Thread Index |
Old Index