1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove obsolete bundle target, add new fetch target.

This commit is contained in:
Jordan K. Hubbard 1994-09-14 16:42:37 +00:00
parent bcb015defb
commit e967aefa34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2759

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.port.subdir.mk,v 1.2 1994/08/22 11:20:07 jkh Exp $
# $Id: bsd.port.subdir.mk,v 1.3 1994/08/22 13:02:16 jkh Exp $
.MAIN: all
@ -35,12 +35,12 @@ ${SUBDIR}::
all: _SUBDIRUSE
.endif
.if !target(package)
package: _SUBDIRUSE
.if !target(fetch)
fetch: _SUBDIRUSE
.endif
.if !target(bundle)
bundle: _SUBDIRUSE
.if !target(package)
package: _SUBDIRUSE
.endif
.if !target(extract)