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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile
index b002fcec130..86aed86675b 100644
--- a/sys/arch/sgi/stand/Makefile
+++ b/sys/arch/sgi/stand/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 2007/11/26 09:40:35 jsing Exp $
+# $OpenBSD: Makefile,v 1.6 2009/05/14 18:57:41 miod Exp $
SUBDIR= sgivol
.if ${MACHINE} == "sgi"
-SUBDIR+= libsa libz boot
+SUBDIR+= libsa libsa32 libz libz32
+SUBDIR+= boot64 boot32
.endif
.include <bsd.subdir.mk>