summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-08-22 11:16:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-08-22 11:16:15 +0000
commit2525a758e6f54d344c62b936866e772c0e372ff3 (patch)
tree42421d8a723b7f220995b9376b8a574f7ab96400 /Mk
parentThe distfile names are cryptic, but certainly are not common nor are (diff)
Add "distclean" to list of targets to descend into subdirs for.
Notes
Notes: svn path=/head/; revision=7655
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 09dff44679d3..f580c0509bca 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id$
+# $Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -79,7 +79,7 @@ ${SUBDIR}::
${MAKE} all
.for __target in all fetch fetch-list package extract configure \
- build clean depend describe reinstall tags checksum
+ build clean depend describe distclean reinstall tags checksum
.if !target(__target)
${__target}: _SUBDIRUSE
.endif