diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-26 23:46:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-26 23:46:13 +0000 |
commit | 7f5b0c1e57c100b820f28f0b56ad0a872fbaeb63 (patch) | |
tree | acb3873fe475b6808702379d549ea5c9689558bb /Mk/bsd.port.subdir.mk | |
parent | 36c4de499295089284d869a56eaca44b22be53db (diff) | |
download | ports-7f5b0c1e57c100b820f28f0b56ad0a872fbaeb63.tar.gz ports-7f5b0c1e57c100b820f28f0b56ad0a872fbaeb63.zip |
Add "deinstall" to list of targets. This is only fair since "install" and
"reinstall" are already here. :)
Notes
Notes:
svn path=/head/; revision=12870
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 2c70232418dc..72a97b2df306 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: bsd.port.subdir.mk,v 1.22 1997/11/10 00:35:25 wosch Exp $ +# $Id: bsd.port.subdir.mk,v 1.23 1997/11/20 05:31:44 asami Exp $ # # The include file <bsd.port.subdir.mk> contains the default targets # for building ports subdirectories. @@ -28,7 +28,7 @@ # Creating README.html for package. # # afterinstall, all, beforeinstall, build, checksum, clean, -# configure, depend, describe, extract, fetch, fetch-list, +# configure, deinstall, depend, describe, extract, fetch, fetch-list, # install, package, readmes, realinstall, reinstall, tags # @@ -79,7 +79,8 @@ ${SUBDIR}:: ${MAKE} all .for __target in all fetch fetch-list package extract configure \ - build clean depend describe distclean reinstall tags checksum + build clean deinstall depend describe distclean \ + reinstall tags checksum .if !target(${__target}) ${__target}: _SUBDIRUSE .endif |