xref: /netbsd/external/bsd/libnv/lib/srcs.mk (revision 93639d65)
1#	$NetBSD: srcs.mk,v 1.1 2019/08/27 14:53:38 martin Exp $
2
3# Sources and additional flags for libnv
4
5LIBNV_SRCS=	dnvlist.c msgio.c nvlist.c nvpair.c nv_kern_netbsd.c
6NVSRC_DISTPATH=	${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
7
8.for _s in ${LIBNV_SRCS}
9CPPFLAGS.${_s}	+=	-I${NVSRC_DISTPATH}
10.endfor
11
12.PATH:	${NVSRC_DISTPATH}
13