summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>1998-12-16 19:26:32 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>1998-12-16 19:26:32 +0000
commit0f3a241069202eb27e61da38c93c105d45ce3bb5 (patch)
treedfa9222d86236eb4c7de113476f397db420b1989
parent6ebd00bfdfc202b6b1b06f14aa72b85f7ed76058 (diff)
add mirror-distfiles as a known target
-rw-r--r--share/mk/bsd.port.subdir.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk
index a92c07cc2f9..83358e53489 100644
--- a/share/mk/bsd.port.subdir.mk
+++ b/share/mk/bsd.port.subdir.mk
@@ -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