1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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 24ef5fda73
commit 6fd441f32c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29

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