diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-31 20:40:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-31 20:40:34 +0000 |
commit | 8a22260c9992f959d3c3a20e63c22ebdfc011659 (patch) | |
tree | 1238dc6894c1ff6b0f4584981a5d754ca2a50963 /sys | |
parent | b3e4b0ced111eaaf5bd0bd2dcbba8ab2135fe329 (diff) |
this dir, itself, should decide if it is entered deeper
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/stand/Makefile | 5 |
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 |