NetBSD/share/examples/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

7 lines
195 B
Makefile

# $NetBSD: Makefile,v 1.20 2011/11/12 01:18:40 jmmv Exp $
SUBDIR= amd apm asm disktab emul fstab ftpd getdate hostapd isdn lua pppd \
racoon supfiles syslogd wsmoused
.include <bsd.subdir.mk>