Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/lua Handle sun2



details:   https://anonhg.NetBSD.org/src/rev/73d7238e44e8
branches:  trunk
changeset: 770276:73d7238e44e8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 10 20:43:00 2011 +0000

description:
Handle sun2

diffstat:

 lib/lua/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 8e1712c24854 -r 73d7238e44e8 lib/lua/Makefile
--- a/lib/lua/Makefile  Mon Oct 10 20:41:05 2011 +0000
+++ b/lib/lua/Makefile  Mon Oct 10 20:43:00 2011 +0000
@@ -1,5 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2011/10/08 13:14:04 mbalmer Exp $
+#      $NetBSD: Makefile,v 1.3 2011/10/10 20:43:00 christos Exp $
+
+.include <bsd.own.mk>
 
+.if ${MACHINE_ARCH} != "m68000"
+# No support for shared libraries and pic code.
 SUBDIR+=       gpio
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index