Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/9b28447cf1fd
branches:  netbsd-2-1
changeset: 564103:9b28447cf1fd
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Oct 28 23:32:10 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 6ce088f390ea -r 9b28447cf1fd gnu/usr.sbin/Makefile
--- a/gnu/usr.sbin/Makefile     Fri Oct 28 23:20:45 2005 +0000
+++ b/gnu/usr.sbin/Makefile     Fri Oct 28 23:32:10 2005 +0000
@@ -1,12 +1,8 @@
-#      $NetBSD: Makefile,v 1.13 2004/01/06 02:10:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.13.8.1 2005/10/28 23:32:10 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