add mirror-distfiles as a known target

This commit is contained in:
marc 1998-12-16 19:26:31 +00:00
parent 3894ee54a8
commit bb463a4c73

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $OpenBSD: bsd.port.subdir.mk,v 1.3 1997/09/09 15:11:29 imp Exp $
# $OpenBSD: bsd.port.subdir.mk,v 1.4 1998/12/16 19:26:31 marc 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
@ -80,7 +80,8 @@ ${SUBDIR}::
${MAKE} all
.for __target in all fetch fetch-list package extract configure \
build clean depend describe distclean reinstall tags checksum
build clean depend describe distclean reinstall \
tags checksum mirror-distfiles
.if !target(__target)
${__target}: _SUBDIRUSE
.endif