Remove support for obsolete and unused NO_DEPENDS.
This commit is contained in:
parent
fc3f7b9811
commit
e2718d1233
1 changed files with 2 additions and 12 deletions
|
@ -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
|
||||
# variables and targets related to dependencies.
|
||||
|
@ -33,17 +33,7 @@ DEPENDS_TARGET= reinstall
|
|||
### depends is a public target to install missing dependencies for
|
||||
### the package.
|
||||
###
|
||||
.PHONY: depends
|
||||
.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
|
||||
.include "${PKGSRCDIR}/mk/depends/depends.mk"
|
||||
|
||||
######################################################################
|
||||
### bootstrap-depends (PUBLIC, OVERRIDE)
|
||||
|
|
Loading…
Reference in a new issue