blob: 381b808966cd2a6c839ae3be075df9c4d94c369a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.6 2013/11/13 09:49:08 mbalmer Exp $
.include <bsd.own.mk>
.if ${MKPIC} != "no"
# No support for shared libraries and pic code.
SUBDIR+= gpio sqlite syslog
.endif
.include <bsd.subdir.mk>
|