blob: 4a352d6ad3fd9f17ec6857dfc41e557749399571 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.8 2022/11/21 22:01:33 christos Exp $
.include <bsd.own.mk>
.if ${MKPIC} != "no"
# No support for shared libraries and pic code.
SUBDIR+= bozohttpd gpio libm sqlite syslog
.endif
.include <bsd.subdir.mk>
|