Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2011/11/08 01:52:05 joerg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKPIC} != "no"
6# No support for shared libraries and pic code.
7SUBDIR+=	gpio sqlite
8.endif
9
10.include <bsd.subdir.mk>
11