Add deinstall to target we recurse on
This commit is contained in:
parent
4f962f5a27
commit
99067a152b
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
|
||||
# $OpenBSD: bsd.port.subdir.mk,v 1.8 1999/07/28 12:40:56 espie Exp $
|
||||
# $OpenBSD: bsd.port.subdir.mk,v 1.9 1999/07/30 08:57:39 niklas Exp $
|
||||
# FreeBSD Id: bsd.port.subdir.mk,v 1.20 1997/08/22 11:16:15 asami Exp
|
||||
#
|
||||
# The include file <bsd.port.subdir.mk> contains the default targets
|
||||
@ -30,7 +30,8 @@
|
||||
#
|
||||
# afterinstall, all, beforeinstall, build, checksum, clean,
|
||||
# configure, depend, describe, extract, fetch, fetch-list,
|
||||
# install, package, readmes, realinstall, reinstall, tags
|
||||
# install, package, readmes, realinstall, deinstall, reinstall,
|
||||
# tags
|
||||
#
|
||||
|
||||
|
||||
@ -80,8 +81,9 @@ ${SUBDIR}::
|
||||
${MAKE} all
|
||||
|
||||
.for __target in all fetch fetch-list package extract configure \
|
||||
build clean depend describe distclean reinstall \
|
||||
tags checksum mirror-distfiles list-distfiles obj
|
||||
build clean depend describe distclean deinstall \
|
||||
reinstall tags checksum mirror-distfiles list-distfiles \
|
||||
obj
|
||||
.if !target(__target)
|
||||
${__target}: _SUBDIRUSE
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user