summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/Makefile
blob: b43dcbf7f8e71f2332255d489e883799df66d00b (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.7 2000/05/25 21:55:07 deraadt Exp $
#	$NetBSD: Makefile,v 1.15 1997/06/01 03:39:03 mrg Exp $

.if ${MACHINE} == "sparc"
SUBDIR= libsa libkern libz boot bootxx binstall
.endif

SUBDIR=	installboot

.include <bsd.subdir.mk>