Don't build & install ncdcs if ${MKBINUTILS} == "no".
In the set list, mark ncdcs as a binutils 2.16 item.
This commit is contained in:
parent
33d938a5e5
commit
0440bde8db
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.839 2009/11/02 22:16:29 dyoung Exp $
|
||||
# $NetBSD: mi,v 1.840 2009/11/04 19:02:28 dyoung Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
|
@ -1160,7 +1160,7 @@
|
|||
./usr/sbin/named-compilezone base-bind-bin
|
||||
./usr/sbin/named.reload base-obsolete obsolete
|
||||
./usr/sbin/named.restart base-obsolete obsolete
|
||||
./usr/sbin/ncdcs base-sysutil-root binutils
|
||||
./usr/sbin/ncdcs base-sysutil-root binutils=216
|
||||
./usr/sbin/ndbootd base-bootserver-bin
|
||||
./usr/sbin/ndc base-obsolete obsolete
|
||||
./usr/sbin/ndp base-netutil-bin inet6
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2009/08/18 15:11:25 skrll Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2009/11/04 19:02:28 dyoung Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${HAVE_BINUTILS} == "216"
|
||||
.if ${MKBINUTILS} != "no" && ${HAVE_BINUTILS} == "216"
|
||||
SUBDIR= dbsym mdsetimage ncdcs
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue