Module Name:    src
Committed By:   christos
Date:           Mon Oct 10 20:43:00 UTC 2011

Modified Files:
        src/lib/lua: Makefile

Log Message:
Handle sun2


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/lib/lua/Makefile:1.3
--- src/lib/lua/Makefile:1.2	Sat Oct  8 09:14:04 2011
+++ src/lib/lua/Makefile	Mon Oct 10 16:43:00 2011
@@ -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>

Reply via email to