summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-31 19:59:32 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-31 19:59:32 +0000
commit2c1ccdb0faca2e57482107c1400a79ea658cd2aa (patch)
treeb1229bf0f0800f704d15d1627b2b8277403f7b7e /sys
parent051178d4c3ee867c864049d7d6b2e7d6ad0fa863 (diff)
man descendentalism
Diffstat (limited to 'sys')
-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>