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