diff options
author | asami <asami@FreeBSD.org> | 1997-08-22 11:16:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-08-22 11:16:15 +0000 |
commit | 3e46ace9ba6e96832265dee02208e75e46bdf18d (patch) | |
tree | 9db9025f1884b5ff8919c56ab109372f3db036ba /Mk/bsd.port.subdir.mk | |
parent | 7b4d8e8209f4983df046775e8b936eb75a68f672 (diff) | |
download | FreeBSD-ports-3e46ace9ba6e96832265dee02208e75e46bdf18d.zip FreeBSD-ports-3e46ace9ba6e96832265dee02208e75e46bdf18d.tar.gz |
Add "distclean" to list of targets to descend into subdirs for.
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 09dff44..f580c05 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 |