xref: /netbsd-src/lib/lua/Makefile (revision 6de51c519f1b899da63c1bf576f478920b89083f)
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