summaryrefslogtreecommitdiff
path: root/sys/arch/landisk/stand/Makefile
blob: a2732395dbf0ba4227fb0d504aaa2931332a8e05 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.4 2006/11/08 17:46:54 deraadt Exp $

SUBDIR=		mbr xxboot
.if ${MACHINE} == "landisk"
SUBDIR+=	boot
.endif


.include <bsd.subdir.mk>