Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2018/05/03 22:51:18 sevan Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKPIC} != "no"
6# No support for shared libraries and pic code.
7SUBDIR+=	bozohttpd gpio sqlite syslog
8.endif
9
10.include <bsd.subdir.mk>
11