summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/stand/boot/Makefile
blob: 0dbc764a1d625bdedf4767fb24daad17d4287413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2010/02/17 19:51:30 miod Exp $

NOMAN=
#MAN=		boot.8
#MLINKS=	boot.8 boot.conf.5
.if ${MACHINE} == "loongson"
PROG=		boot
.include	"${.CURDIR}/../boot/Makefile.inc"
.else
NOPROG=
.endif

.include <bsd.prog.mk>