summaryrefslogtreecommitdiff
path: root/share/examples/asm/hello/Makefile
blob: 7b6f9d56a80123c7e4e252b6f6bb4907431e8eda (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>