NetBSD/lib/lua/Makefile

11 lines
218 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
2011-10-11 00:43:00 +04:00
.include <bsd.own.mk>
.if ${MACHINE_ARCH} != "m68000"
# No support for shared libraries and pic code.
SUBDIR+= gpio sqlite
2011-10-11 00:43:00 +04:00
.endif
2011-10-08 01:23:32 +04:00
.include <bsd.subdir.mk>