diff options
author | tron <tron@pkgsrc.org> | 1998-10-04 20:56:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-10-04 20:56:58 +0000 |
commit | 4fd5782fd616f12c426de529b0f3049fbf651707 (patch) | |
tree | ae70fd3337746582778c7bd97e293da486d81ab2 /mk/bsd.pkg.mk | |
parent | 481b9afed9d3706cf0953ef6bf8274d053ceee90 (diff) | |
download | pkgsrc-4fd5782fd616f12c426de529b0f3049fbf651707.tar.gz |
Add "cleandir" target to comform with the rest of our source tree.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index d992b978c55..14055c4fd1e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.171 1998/10/03 16:24:35 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.172 1998/10/04 20:56:58 tron Exp $ # # This file is in the public domain. # @@ -1370,6 +1370,10 @@ pre-distclean: @${DO_NADA} .endif +.if !target(cleandir) +cleandir: clean +.endif + .if !target(distclean) distclean: pre-distclean clean @${ECHO_MSG} "===> Dist cleaning for ${PKGNAME}" |