summaryrefslogtreecommitdiffstats
path: root/cddl/lib/libnvpair
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-04-16 21:20:26 +0000
committerru <ru@FreeBSD.org>2007-04-16 21:20:26 +0000
commitfc861d6ddfef1ad969b1beb206c79466f51bb0fb (patch)
tree96b513e188e12d0119ea9cb2b351ff665a33a9f9 /cddl/lib/libnvpair
parent84f8e133d5518313892727075c5c44d94f57aa14 (diff)
downloadFreeBSD-src-fc861d6ddfef1ad969b1beb206c79466f51bb0fb.zip
FreeBSD-src-fc861d6ddfef1ad969b1beb206c79466f51bb0fb.tar.gz
Apply a set of style.Makefile(5) changes to src/cddl/ makefiles.
There are some insignificant non-style changes as well. Not fixed: makefiles use ${LIBTHR} that doesn't exist, thus breaking "make checkdpadd" and not tracking dependencies properly. Approved by: pjd
Diffstat (limited to 'cddl/lib/libnvpair')
-rw-r--r--cddl/lib/libnvpair/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile
index d9e3ed7..57ced06 100644
--- a/cddl/lib/libnvpair/Makefile
+++ b/cddl/lib/libnvpair/Makefile
@@ -1,18 +1,17 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/opensolaris/lib/libnvpair
-.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/nvpair
+.PATH: ${.CURDIR}/../../../contrib/opensolaris/lib/libnvpair
+.PATH: ${.CURDIR}/../../../sys/contrib/opensolaris/common/nvpair
LIB= nvpair
-SHLIB_MAJOR?=1
-SRCS= libnvpair.c
-SRCS+= nvpair_alloc_system.c
-SRCS+= nvpair_alloc_fixed.c
-SRCS+= nvpair.c
+SRCS= libnvpair.c \
+ nvpair_alloc_system.c \
+ nvpair_alloc_fixed.c \
+ nvpair.c
-CFLAGS+=-I${.CURDIR}/../../../sys/compat/opensolaris
-CFLAGS+=-I${.CURDIR}/../../../include
-CFLAGS+=-I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common
+CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris
+CFLAGS+= -I${.CURDIR}/../../../include # XXX
+CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud