NetBSD/lib/lua/Makefile

11 lines
222 B
Makefile
Raw Normal View History

2018-05-04 01:51:17 +03:00
# $NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $
2011-10-11 00:43:00 +04:00
.include <bsd.own.mk>
2011-11-08 05:52:05 +04:00
.if ${MKPIC} != "no"
2011-10-11 00:43:00 +04:00
# No support for shared libraries and pic code.
2018-05-04 01:51:17 +03:00
SUBDIR+= bozohttpd gpio sqlite syslog
2011-10-11 00:43:00 +04:00
.endif
2011-10-08 01:23:32 +04:00
.include <bsd.subdir.mk>