NetBSD/lib/lua/Makefile

11 lines
214 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2013/11/13 09:49:08 mbalmer 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.
SUBDIR+= gpio sqlite syslog
2011-10-11 00:43:00 +04:00
.endif
2011-10-08 01:23:32 +04:00
.include <bsd.subdir.mk>