Whoops - left out the package rule!

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-22 13:02:16 +00:00
parent 824137748f
commit 301cdacf77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2209

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.port.subdir.mk,v 1.1 1994/08/22 10:46:38 jkh Exp $
# $Id: bsd.port.subdir.mk,v 1.2 1994/08/22 11:20:07 jkh Exp $
.MAIN: all
@ -35,6 +35,10 @@ ${SUBDIR}::
all: _SUBDIRUSE
.endif
.if !target(package)
package: _SUBDIRUSE
.endif
.if !target(bundle)
bundle: _SUBDIRUSE
.endif