diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:20:07 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:20:07 +0000 |
commit | 3556b480dff4bdc71c188b9e2de8f768d418458d (patch) | |
tree | 65de86c9aa02e4f9063b1e27fe7863f1258545a6 /Mk/bsd.port.subdir.mk | |
parent | 72d8a92acaf54f56f099deec45d475426c7094b4 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 16bba7c802b8..752f3350d97a 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$ +# $Id: bsd.port.subdir.mk,v 1.1 1994/08/22 10:46:38 jkh Exp $ .MAIN: all @@ -35,6 +35,10 @@ ${SUBDIR}:: all: _SUBDIRUSE .endif +.if !target(bundle) +bundle: _SUBDIRUSE +.endif + .if !target(extract) extract: _SUBDIRUSE .endif @@ -55,10 +59,6 @@ clean: _SUBDIRUSE depend: _SUBDIRUSE .endif -.if !target (maninstall) -maninstall: _SUBDIRUSE -.endif - .if !target(install) .if !target(beforeinstall) beforeinstall: @@ -71,14 +71,6 @@ afterinstall: realinstall realinstall: beforeinstall _SUBDIRUSE .endif -.if !target(lint) -lint: _SUBDIRUSE -.endif - -.if !target(obj) -obj: _SUBDIRUSE -.endif - .if !target(tags) tags: _SUBDIRUSE .endif |