xref: /netbsd-src/share/examples/asm/hello/Makefile.inst (revision 4ac76180e904e771b9d522c7e57296d371f06499)
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