summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.subdir.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-29 22:31:53 +0000
committertron <tron@pkgsrc.org>1998-12-29 22:31:53 +0000
commit2bfc5139501c99db8d1f3d0dd8c15e2a851d4179 (patch)
treecb0bce80b9c77fb7431374698ff056eae5ceee98 /mk/bsd.pkg.subdir.mk
parentbfaa16570b305b5e6f05de56f95ef9aa0e601064 (diff)
downloadpkgsrc-2bfc5139501c99db8d1f3d0dd8c15e2a851d4179.tar.gz
Add "cleandir" target.
Diffstat (limited to 'mk/bsd.pkg.subdir.mk')
-rw-r--r--mk/bsd.pkg.subdir.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.subdir.mk b/mk/bsd.pkg.subdir.mk
index 9fb5fac7c5c..ad1afc2953a 100644
--- a/mk/bsd.pkg.subdir.mk
+++ b/mk/bsd.pkg.subdir.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.subdir.mk,v 1.22 1998/12/06 01:22:54 hubertf Exp $
+# $NetBSD: bsd.pkg.subdir.mk,v 1.23 1998/12/29 22:31:53 tron 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
#
@@ -88,9 +88,9 @@ ${SUBDIR}::
fi; \
${MAKE} all
-.for __target in all fetch fetch-list package extract configure \
- build clean distclean depend describe reinstall tags checksum \
- mirror-distfiles deinstall ${PKG_MISC_TARGETS}
+.for __target in all fetch fetch-list package extract configure build clean \
+ cleandir distclean depend describe reinstall tags checksum \
+ mirror-distfiles deinstall ${PKG_MISC_TARGETS}
.if !target(__target)
${__target}: _SUBDIRUSE
.endif