xref: /netbsd-src/share/examples/asm/hello/Makefile (revision aef5eb5f59cdfe8314f1b5f78ac04eb144e44010)
1# $NetBSD: Makefile,v 1.2 2022/10/14 19:41:18 ryo Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKSHARE} != "no"
6FILES=		Makefile.inst aarch64.s arm.s i386.s powerpc.s sh3.s x86_64.s
7FILESDIR=	/usr/share/examples/asm/hello
8FILESNAME_Makefile.inst=	Makefile
9.endif
10
11.include <bsd.prog.mk>
12