xref: /netbsd-src/lib/lua/syslog/Makefile (revision 76c7fc5f6b13ed0b1508e6b313e88e59977ed78e)
1#	$NetBSD: Makefile,v 1.1 2013/11/12 14:32:03 mbalmer Exp $
2
3LUA_MODULES=		syslog
4LUA_SRCS.syslog=	syslog.c
5
6.include <bsd.lua.mk>
7