Source-Changes-HG archive

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

[src/netbsd-2-0]: src/gnu/usr.sbin Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/6747985103af
branches:  netbsd-2-0
changeset: 564879:6747985103af
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Oct 28 23:32:05 2005 +0000

description:
Pull up following revision(s) (requested by jmc in ticket #5948):
        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 74e9896b6787 -r 6747985103af gnu/usr.sbin/Makefile
--- a/gnu/usr.sbin/Makefile     Fri Oct 28 23:20:22 2005 +0000
+++ b/gnu/usr.sbin/Makefile     Fri Oct 28 23:32:05 2005 +0000
@@ -1,12 +1,8 @@
-#      $NetBSD: Makefile,v 1.13 2004/01/06 02:10:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.13.2.1 2005/10/28 23:32:05 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