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
1 changed files with 5 additions and 5 deletions

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)