Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/gnu/usr.sbin Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/87e078adc395
branches:  netbsd-3
changeset: 577413:87e078adc395
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Oct 28 23:51:16 2005 +0000

description:
Pull up following revision(s) (requested by jmc in ticket #918):
        gnu/usr.sbin/Makefile: revision 1.14
Build ncdcs on everything. Allows better set sharing (and we don't exclude
other 'system specific' binaries from other builds ala sunlabel, etc)

diffstat:

 gnu/usr.sbin/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r 91049d9c3d21 -r 87e078adc395 gnu/usr.sbin/Makefile
--- a/gnu/usr.sbin/Makefile     Fri Oct 28 23:47:08 2005 +0000
+++ b/gnu/usr.sbin/Makefile     Fri Oct 28 23:51:16 2005 +0000
@@ -1,12 +1,8 @@
-#      $NetBSD: Makefile,v 1.13 2004/01/06 02:10:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.13.6.1 2005/10/28 23:51:16 riz Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=                dbsym mdsetimage
-
-.if ${MACHINE} == "ibmnws"
-SUBDIR+=       ncdcs
-.endif
+SUBDIR=                dbsym mdsetimage ncdcs
 
 .if ${MKPOSTFIX} != "no"
 SUBDIR+=       postfix



Home | Main Index | Thread Index | Old Index