summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-08-23 14:33:34 +0000
committerderaadt <deraadt@openbsd.org>2004-08-23 14:33:34 +0000
commit13c22a47fcf00f640ef835e30b1910d094d6287f (patch)
tree43de22206498feb3e5ce3df6d9af5e7f9f25bfd9
parentswitch to non-emulation cd booting (diff)
downloadwireguard-openbsd-13c22a47fcf00f640ef835e30b1910d094d6287f.tar.xz
wireguard-openbsd-13c22a47fcf00f640ef835e30b1910d094d6287f.zip
pefo is a tree breaker
-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>