mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/02 14:03:05 lneto Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= luasystm
|
|
SRCS= luasystm.c
|
|
|
|
CPPFLAGS+= -I${S}/../external/mit/lua/dist/src \
|
|
-I${S}/sys
|
|
|
|
.include <bsd.kmodule.mk>
|