Deleted Added
full compact
Makefile (258065) Makefile (269603)
1# $FreeBSD: head/lib/libnv/Makefile 258065 2013-11-12 19:39:14Z pjd $
1# $FreeBSD: head/lib/libnv/Makefile 269603 2014-08-05 18:41:27Z ngie $
2
2
3.include <src.opts.mk>
4
3LIB= nv
4SHLIBDIR?= /lib
5SHLIB_MAJOR= 0
6
7SRCS= dnvlist.c
8SRCS+= msgio.c
9SRCS+= nvlist.c
10SRCS+= nvpair.c

--- 142 unchanged lines hidden (view full) ---

153 nv.3 nvlist_freev_number.3 \
154 nv.3 nvlist_freev_string.3 \
155 nv.3 nvlist_freev_nvlist.3 \
156 nv.3 nvlist_freev_descriptor.3 \
157 nv.3 nvlist_freev_binary.3
158
159WARNS?= 6
160
5LIB= nv
6SHLIBDIR?= /lib
7SHLIB_MAJOR= 0
8
9SRCS= dnvlist.c
10SRCS+= msgio.c
11SRCS+= nvlist.c
12SRCS+= nvpair.c

--- 142 unchanged lines hidden (view full) ---

155 nv.3 nvlist_freev_number.3 \
156 nv.3 nvlist_freev_string.3 \
157 nv.3 nvlist_freev_nvlist.3 \
158 nv.3 nvlist_freev_descriptor.3 \
159 nv.3 nvlist_freev_binary.3
160
161WARNS?= 6
162
163.if ${MK_TESTS} != "no"
164SUBDIR+= tests
165.endif
166
161.include <bsd.lib.mk>
167.include <bsd.lib.mk>