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