Makefile.inst revision 1.3
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