summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hppa/stand/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/Makefile b/sys/arch/hppa/stand/Makefile
index e9c0b25ef05..98640b0d433 100644
--- a/sys/arch/hppa/stand/Makefile
+++ b/sys/arch/hppa/stand/Makefile
@@ -1,5 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:40 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 2000/05/31 19:59:31 mickey Exp $
-SUBDIR = libsa libkern libz mkboot boot
+.if ${MACHINE} == "hppa"
+SUBDIR= libsa libkern libz
+.endif
+SUBDIR+= mkboot boot
.include <bsd.subdir.mk>