summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand/Makefile')
-rw-r--r--sys/arch/alpha/stand/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile
index f31fa16c8ae..4abf0902d32 100644
--- a/sys/arch/alpha/stand/Makefile
+++ b/sys/arch/alpha/stand/Makefile
@@ -1,6 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 1997/06/30 21:00:30 millert Exp $
+# $OpenBSD: Makefile,v 1.7 2000/05/25 21:54:39 deraadt Exp $
# $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $
-SUBDIR= boot bootxx installboot netboot setnetbootinfo libkern libsa libz
+.if ${MACHINE} == "alpha"
+SUBDIR= boot bootxx netboot libkern libsa libz
+.endif
+
+SUBDIR= setnetbootinfo installboot
.include <bsd.subdir.mk>