add mirror-distfiles target also here

This commit is contained in:
hubertf 1998-01-27 23:04:48 +00:00
parent e5a6153e74
commit 6bbb30d306
2 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
# $NetBSD: bsd.pkg.subdir.mk,v 1.5 1998/01/08 10:59:47 agc Exp $ # $NetBSD: bsd.pkg.subdir.mk,v 1.6 1998/01/27 23:04:48 hubertf Exp $
# #
# The include file <bsd.port.subdir.mk> contains the default targets # The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories. # for building ports subdirectories.
@ -30,7 +30,8 @@
# #
# afterinstall, all, beforeinstall, build, checksum, clean, # afterinstall, all, beforeinstall, build, checksum, clean,
# configure, depend, describe, extract, fetch, fetch-list, # configure, depend, describe, extract, fetch, fetch-list,
# install, package, readmes, realinstall, reinstall, tags # install, package, readmes, realinstall, reinstall, tags,
# mirror-distfiles
# #
@ -80,7 +81,8 @@ ${SUBDIR}::
${MAKE} all ${MAKE} all
.for __target in all fetch fetch-list package extract configure \ .for __target in all fetch fetch-list package extract configure \
build clean depend describe reinstall tags checksum build clean depend describe reinstall tags checksum \
mirror-distfiles
.if !target(__target) .if !target(__target)
${__target}: _SUBDIRUSE ${__target}: _SUBDIRUSE
.endif .endif

View file

@ -1,6 +1,6 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp # Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
# $NetBSD: bsd.port.subdir.mk,v 1.5 1998/01/08 10:59:47 agc Exp $ # $NetBSD: bsd.port.subdir.mk,v 1.6 1998/01/27 23:04:48 hubertf Exp $
# #
# The include file <bsd.port.subdir.mk> contains the default targets # The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories. # for building ports subdirectories.
@ -30,7 +30,8 @@
# #
# afterinstall, all, beforeinstall, build, checksum, clean, # afterinstall, all, beforeinstall, build, checksum, clean,
# configure, depend, describe, extract, fetch, fetch-list, # configure, depend, describe, extract, fetch, fetch-list,
# install, package, readmes, realinstall, reinstall, tags # install, package, readmes, realinstall, reinstall, tags,
# mirror-distfiles
# #
@ -80,7 +81,8 @@ ${SUBDIR}::
${MAKE} all ${MAKE} all
.for __target in all fetch fetch-list package extract configure \ .for __target in all fetch fetch-list package extract configure \
build clean depend describe reinstall tags checksum build clean depend describe reinstall tags checksum \
mirror-distfiles
.if !target(__target) .if !target(__target)
${__target}: _SUBDIRUSE ${__target}: _SUBDIRUSE
.endif .endif