Add "deinstall" to list of targets. This is only fair since "install" and
"reinstall" are already here. :)
This commit is contained in:
parent
4988888156
commit
38bcfc5c0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user