summaryrefslogtreecommitdiff
path: root/lib/lua/Makefile
blob: 3fe5aa8ac9d21d37fe66824bb1f3e69ef36452c4 (plain)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $

.include <bsd.own.mk>

.if ${MKPIC} != "no"
# No support for shared libraries and pic code.
SUBDIR+=	bozohttpd gpio sqlite syslog
.endif

.include <bsd.subdir.mk>