mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
13 lines
226 B
Makefile
13 lines
226 B
Makefile
# $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>
|