diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 16:42:37 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-14 16:42:37 +0000 |
commit | 67669babb17c434699f6393fbea9e854a2baad2f (patch) | |
tree | e9846e8d199177c32183052ee63dd909ddfcbde8 /Mk/bsd.port.subdir.mk | |
parent | 3368de2ba042d2793bd33a5ffdc8c4db625e9f08 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index b1ac7649d7ce..ef3e5671dfd2 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -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) |