From bd6d5409293eaff3d8ec427e8204ab7468616364 Mon Sep 17 00:00:00 2001 From: espie Date: Sat, 1 Apr 2000 14:54:49 +0000 Subject: [PATCH] Pass `show VARNAME=' to subdirs. --- infrastructure/mk/bsd.port.subdir.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/mk/bsd.port.subdir.mk b/infrastructure/mk/bsd.port.subdir.mk index e07b37df848..d42ac969f04 100644 --- a/infrastructure/mk/bsd.port.subdir.mk +++ b/infrastructure/mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $OpenBSD: bsd.port.subdir.mk,v 1.21 2000/03/31 18:05:28 espie Exp $ +# $OpenBSD: bsd.port.subdir.mk,v 1.22 2000/04/01 14:54:49 espie Exp $ # FreeBSD Id: bsd.port.subdir.mk,v 1.20 1997/08/22 11:16:15 asami Exp # # The include file contains the default targets @@ -95,7 +95,7 @@ ${SUBDIR}:: .for __target in all fetch fetch-list package fake extract configure \ build clean depend describe distclean deinstall \ reinstall tags checksum mirror-distfiles list-distfiles \ - obj fetch-makefile + show obj fetch-makefile .if !target(${__target}) ${__target}: _SUBDIRUSE .endif @@ -155,5 +155,5 @@ README.html: .PHONY: all fetch fetch-list package extract configure build clean depend \ describe distclean deinstall reinstall tags checksum mirror-distfiles \ - list-distfiles obj readmes readme \ + list-distfiles obj show readmes readme \ beforeinstall afterinstall install realinstall fake