summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/Makefile
blob: d18503c522820c40313e269f16f2299f00d75999 (plain)
1
2
3
4
5
6
7
8
9
10
# $OpenBSD: Makefile,v 1.8 2012/03/28 20:44:23 miod Exp $

SUBDIR=	sgivol

.if ${MACHINE} == "sgi"
SUBDIR+=	libsa libsa32 libz libz32
SUBDIR+=	boot64 boot32 bootecoff
.endif

.include <bsd.subdir.mk>