Home | History | Annotate | Line # | Download | only in luapmf
      1 #	$NetBSD: Makefile,v 1.4 2015/02/02 14:03:05 lneto Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 KMOD=		luapmf
      6 SRCS=		luapmf.c
      7 
      8 CPPFLAGS+=	-I${S}/../external/mit/lua/dist/src \
      9 		-I${S}/sys
     10 
     11 .include <bsd.kmodule.mk>
     12