NetBSD/sys/modules/luapmf/Makefile
lneto 730082507e lua: updated from 5.3 work3 to 5.3.0
* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles
2015-02-02 14:03:05 +00:00

12 lines
207 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/02/02 14:03:05 lneto Exp $
.include "../Makefile.inc"
KMOD= luapmf
SRCS= luapmf.c
CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
-I${S}/sys
.include <bsd.kmodule.mk>