xref: /openbsd/sys/arch/loongson/stand/boot/Makefile (revision 17df1aa7)
1#	$OpenBSD: Makefile,v 1.2 2010/02/17 19:51:30 miod Exp $
2
3NOMAN=
4#MAN=		boot.8
5#MLINKS=	boot.8 boot.conf.5
6.if ${MACHINE} == "loongson"
7PROG=		boot
8.include	"${.CURDIR}/../boot/Makefile.inc"
9.else
10NOPROG=
11.endif
12
13.include <bsd.prog.mk>
14