aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-26 23:46:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-26 23:46:13 +0000
commit38bcfc5c0ee0b4453ebaefe94fee531df996c3c6 (patch)
tree0ad1f889cf4d107bf2500def8e57080587239246 /share/mk/bsd.port.subdir.mk
parent4988888156049ffe4e6ba08dc77dd41b9b1bf136 (diff)
downloadsrc-38bcfc5c0ee0b4453ebaefe94fee531df996c3c6.tar.gz
src-38bcfc5c0ee0b4453ebaefe94fee531df996c3c6.zip
Add "deinstall" to list of targets. This is only fair since "install" and
"reinstall" are already here. :)
Notes
Notes: svn path=/head/; revision=38566
Diffstat (limited to 'share/mk/bsd.port.subdir.mk')
-rw-r--r--share/mk/bsd.port.subdir.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk
index 2c70232418dc..72a97b2df306 100644
--- a/share/mk/bsd.port.subdir.mk
+++ b/share/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