summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-31 20:40:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-31 20:40:34 +0000
commit8a22260c9992f959d3c3a20e63c22ebdfc011659 (patch)
tree1238dc6894c1ff6b0f4584981a5d754ca2a50963 /sys
parentb3e4b0ced111eaaf5bd0bd2dcbba8ab2135fe329 (diff)
this dir, itself, should decide if it is entered deeper
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/stand/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile
index c7664776f1b..6f6cb865f70 100644
--- a/sys/arch/macppc/stand/Makefile
+++ b/sys/arch/macppc/stand/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.4 2007/11/25 18:25:32 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2010/05/31 20:40:33 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $
+.if ${MACHINE} == "macppc"
SUBDIR= ofwboot boot.mac mbr tbxidata
SAREL=
@@ -22,6 +23,8 @@ libdep:
${PROG}:
+.endif
+
clean:: _SUBDIRUSE
cleandir: _SUBDIRUSE