summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/stand/Makefile
blob: beff27ac1b8f45b2814ea0e7d8e0c1c8892f1742 (plain)
1
2
3
4
5
6
7
8
9
# $OpenBSD: Makefile,v 1.4 2005/04/27 18:02:16 deraadt Exp $

SUBDIR=	sgivol

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

.include <bsd.subdir.mk>