xref: /netbsd-src/share/examples/asm/hello/Makefile (revision 4391d5e9d4f291db41e3b3ba26a01b5e51364aae)
1# $NetBSD: Makefile,v 1.1 2011/11/12 01:18:41 jmmv Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKSHARE} != "no"
6FILES=		Makefile.inst powerpc.s
7FILESDIR=	/usr/share/examples/asm/hello
8FILESNAME_Makefile.inst=	Makefile
9.endif
10
11.include <bsd.prog.mk>
12