xref: /netbsd-src/lib/lua/Makefile (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1#	$NetBSD: Makefile,v 1.5 2011/11/08 01:52:05 joerg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKPIC} != "no"
6# No support for shared libraries and pic code.
7SUBDIR+=	gpio sqlite
8.endif
9
10.include <bsd.subdir.mk>
11