xref: /netbsd-src/lib/lua/Makefile (revision a0698ed9d41653d7a2378819ad501a285ca0d401)
1#	$NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKPIC} != "no"
6# No support for shared libraries and pic code.
7SUBDIR+=	bozohttpd gpio sqlite syslog
8.endif
9
10.include <bsd.subdir.mk>
11