Makefile revision 1.4
1#	$NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
2
3.include <bsd.own.mk>
4
5.if ${MACHINE_ARCH} != "m68000"
6# No support for shared libraries and pic code.
7SUBDIR+=	gpio sqlite
8.endif
9
10.include <bsd.subdir.mk>
11