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