svn commit: r308044 - stable/10/include
Andriy Gapon
avg at FreeBSD.org
Fri Oct 28 15:15:52 UTC 2016
Author: avg
Date: Fri Oct 28 15:15:51 2016
New Revision: 308044
URL: https://svnweb.freebsd.org/changeset/base/308044
Log:
MFC r307131: install header files required development with libzfs_core
Modified:
stable/10/include/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/include/Makefile
==============================================================================
--- stable/10/include/Makefile Fri Oct 28 15:15:27 2016 (r308043)
+++ stable/10/include/Makefile Fri Oct 28 15:15:51 2016 (r308044)
@@ -236,6 +236,17 @@ copies:
cd ${.CURDIR}/../sys/rpc; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
${DESTDIR}${INCLUDEDIR}/rpc
+.if ${MK_CDDL} != "no"
+ cd ${.CURDIR}/../cddl/contrib/opensolaris/lib/libzfs_core/common; \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libzfs_core.h \
+ ${DESTDIR}${INCLUDEDIR}
+ cd ${.CURDIR}/../cddl/contrib/opensolaris/lib/libnvpair; \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libnvpair.h \
+ ${DESTDIR}${INCLUDEDIR}
+ cd ${.CURDIR}/../sys/cddl/contrib/opensolaris/uts/common/sys; \
+ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nvpair.h \
+ ${DESTDIR}${INCLUDEDIR}/sys
+.endif
symlinks:
@${ECHO} "Setting up symlinks to kernel source tree..."
More information about the svn-src-all
mailing list