xref: /openbsd/sys/arch/loongson/stand/boot/Makefile (revision 898184e3)
1#	$OpenBSD: Makefile,v 1.4 2012/11/04 16:30:44 matthieu Exp $
2
3NOMAN=
4#MAN=		boot.8
5#MLINKS=	boot.8 boot.conf.5
6.if ${MACHINE} == "loongson"
7PROG=		boot
8.include	"${.CURDIR}/Makefile.inc"
9.else
10NOPROG=
11.endif
12CFLAGS+=-fno-pie
13AFLAGS+=-fno-pie
14LDFLAGS+=-nopie
15
16.include <bsd.prog.mk>
17