summaryrefslogtreecommitdiff
path: root/share/examples/asm/hello/Makefile.inst
blob: d7b7e6e7acd017b68d8207257e7b4e5029b2cdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile.inst,v 1.1 2011/11/12 01:18:41 jmmv Exp $

.include <bsd.own.mk>

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

.include <bsd.prog.mk>