summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/Makefile
blob: b002fcec130f3794575fdb91d2bf3e043104006c (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.5 2007/11/26 09:40:35 jsing Exp $

SUBDIR=	sgivol

.if ${MACHINE} == "sgi"
SUBDIR+=	libsa libz boot
.endif

.include <bsd.subdir.mk>