NetBSD/share/examples/asm/Makefile
jmmv a5847cc334 Add assembly language examples in a new 'asm' subdirectory.
At the moment this only provides an example for a "Hello world" program
for powerpc.  (Bear with me: this is my very first assembly program in
powerpc; if you find anything stupid in the code, please fix it!)
2011-11-12 01:18:40 +00:00

15 lines
286 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/11/12 01:18:41 jmmv Exp $
.include <bsd.own.mk>
SUBDIR= hello
.if ${MKSHARE} != "no"
FILES= Makefile.inc.inst README
FILESDIR= /usr/share/examples/asm
FILESNAME_Makefile.inc.inst= Makefile.inc
.endif
.include <bsd.files.mk>
.include <bsd.subdir.mk>