diff options
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 |