Remove support for obsolete and unused NO_DEPENDS.

This commit is contained in:
wiz 2007-03-02 05:58:34 +00:00
parent fc3f7b9811
commit e2718d1233

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.depends.mk,v 1.9 2006/07/13 14:02:34 jlam Exp $ # $NetBSD: bsd.depends.mk,v 1.10 2007/03/02 05:58:34 wiz Exp $
# #
# This Makefile fragment is included by bsd.pkg.mk and provides all # This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to dependencies. # variables and targets related to dependencies.
@ -33,17 +33,7 @@ DEPENDS_TARGET= reinstall
### depends is a public target to install missing dependencies for ### depends is a public target to install missing dependencies for
### the package. ### the package.
### ###
.PHONY: depends .include "${PKGSRCDIR}/mk/depends/depends.mk"
.if !defined(NO_DEPENDS)
. include "${PKGSRCDIR}/mk/depends/depends.mk"
.elif !target(depends)
. if exists(${_COOKIE.depends})
depends:
@${DO_NADA}
. else
depends: depends-cookie
. endif
.endif
###################################################################### ######################################################################
### bootstrap-depends (PUBLIC, OVERRIDE) ### bootstrap-depends (PUBLIC, OVERRIDE)