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