summaryrefslogtreecommitdiff
path: root/share/examples/asm/hello/Makefile.inst
blob: 78f710a6f877d1dc544e15256eb5a4687a71f191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $

NOPIE=		# defined
NOCTF=		# defined

.include <bsd.own.mk>

.if exists(${MACHINE_CPU}.s)
PROG=		hello
MAN=		# empty
LDFLAGS=	-nostdlib
SRCS=		${MACHINE_CPU}.s
.endif

.include <bsd.prog.mk>