xref: /netbsd-src/share/examples/asm/hello/Makefile.inst (revision c64d4171c6f912972428361000d29636c687d68b)
1# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $
2
3NOPIE=		# defined
4NOCTF=		# defined
5
6.include <bsd.own.mk>
7
8.if exists(${MACHINE_CPU}.s)
9PROG=		hello
10MAN=		# empty
11LDFLAGS=	-nostdlib
12SRCS=		${MACHINE_CPU}.s
13.endif
14
15.include <bsd.prog.mk>
16