summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-22 13:02:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-22 13:02:16 +0000
commit6fd441f32c0b2a851c4258b873baa5fa11288108 (patch)
treeaa199d9e8097cd9d9c7c62da5be4af05d6110d45 /Mk/bsd.port.subdir.mk
parentAdd package files to jove. (diff)
Whoops - left out the package rule!
Submitted by: jkh
Notes
Notes: svn path=/head/; revision=29
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 752f3350d97a..b1ac7649d7ce 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.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