Add "deinstall" to list of targets. This is only fair since "install" and

"reinstall" are already here. :)
This commit is contained in:
Satoshi Asami 1998-08-26 23:46:13 +00:00
parent 4988888156
commit 38bcfc5c0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38566

View file

@ -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