1#	$OpenBSD: Makefile,v 1.6 2016/07/30 03:25:48 guenther Exp $
2
3NOMAN=
4#MAN=		boot.8
5.if ${MACHINE} == "loongson"
6PROG=		boot
7.include	"${.CURDIR}/Makefile.inc"
8.else
9NOPROG=
10.endif
11CFLAGS+=-fno-pie
12AFLAGS+=-fno-pie
13LDFLAGS+=-nopie -znorelro
14
15.include <bsd.prog.mk>
16