Module Name: src
Committed By: joerg
Date: Tue Nov 8 01:52:06 UTC 2011
Modified Files:
src/lib/lua: Makefile
Log Message:
Check MKPIC and don't hard-code m68k.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/lua/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/lua/Makefile
diff -u src/lib/lua/Makefile:1.4 src/lib/lua/Makefile:1.5
--- src/lib/lua/Makefile:1.4 Sat Oct 15 10:46:24 2011
+++ src/lib/lua/Makefile Tue Nov 8 01:52:05 2011
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
+# $NetBSD: Makefile,v 1.5 2011/11/08 01:52:05 joerg Exp $
.include <bsd.own.mk>
-.if ${MACHINE_ARCH} != "m68000"
+.if ${MKPIC} != "no"
# No support for shared libraries and pic code.
SUBDIR+= gpio sqlite
.endif