summaryrefslogtreecommitdiff
path: root/share/examples/lua/Makefile
blob: 338e999f0cad6c567399edcc3f73b92b2280c309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.1 2011/10/15 12:58:43 mbalmer Exp $

NOOBJ=		# defined

.include <bsd.own.mk>

.if ${MKSHARE} != "no"
FILES=		README gpio.lua sqlite.lua
FILESDIR=	/usr/share/examples/lua
.endif

.include <bsd.prog.mk>