summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/stand/Makefile
blob: 14be3455386b5fa6ba00049ce02399e2c3b89eec (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2013/06/05 01:32:10 jasper Exp $

.if ${MACHINE} == "octeon"
SUBDIR +=	libsa
.endif

SUBDIR +=	boot

.include <bsd.subdir.mk>