12 lines
241 B
Makefile
12 lines
241 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/11/12 01:18:41 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= Makefile.inst powerpc.s
|
|
FILESDIR= /usr/share/examples/asm/hello
|
|
FILESNAME_Makefile.inst= Makefile
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|