Add "show-var" to the list of recursable targets.
This commit is contained in:
parent
a1936cfdb4
commit
03c1600fe7
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.subdir.mk,v 1.39 2000/07/28 00:54:06 hubertf Exp $
|
||||
# $NetBSD: bsd.pkg.subdir.mk,v 1.40 2001/01/13 15:35:53 tv Exp $
|
||||
# Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
|
||||
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
|
||||
#
|
||||
|
@ -95,7 +95,8 @@ ${SUBDIR}::
|
|||
.for __target in all fetch fetch-list package extract configure build clean \
|
||||
cleandir distclean depend describe reinstall tags checksum \
|
||||
makepatchsum mirror-distfiles deinstall show-downlevel \
|
||||
show-pkgsrc-dir bulk-install bulk-package ${PKG_MISC_TARGETS}
|
||||
show-pkgsrc-dir show-var bulk-install bulk-package \
|
||||
${PKG_MISC_TARGETS}
|
||||
.if !target(__target)
|
||||
${__target}: _SUBDIRUSE
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue