summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sgi/stand/Makefile')
-rw-r--r--sys/arch/sgi/stand/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile
index d93e9f212da..fccce846c6e 100644
--- a/sys/arch/sgi/stand/Makefile
+++ b/sys/arch/sgi/stand/Makefile
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2004/08/23 14:22:40 pefo Exp $
+# $OpenBSD: Makefile,v 1.3 2004/08/23 14:33:34 deraadt Exp $
+.if ${MACHINE} == "sgi"
SUBDIR= libsa libkern libz boot sgivol
+.endif
.include <bsd.subdir.mk>