xref: /netbsd-src/share/examples/asm/hello/Makefile (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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