svn commit: r308043 - stable/11/include
Andriy Gapon
avg at FreeBSD.org
Fri Oct 28 15:15:29 UTC 2016
Author: avg
Date: Fri Oct 28 15:15:27 2016
New Revision: 308043
URL: https://svnweb.freebsd.org/changeset/base/308043
Log:
MFC r307131: install header files required development with libzfs_core
Modified:
stable/11/include/Makefile
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/include/Makefile
==============================================================================
--- stable/11/include/Makefile Fri Oct 28 15:02:24 2016 (r308042)
+++ stable/11/include/Makefile Fri Oct 28 15:15:27 2016 (r308043)
@@ -236,6 +236,17 @@ copies: .PHONY .META
cd ${.CURDIR}/../sys/teken; \
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \
${DESTDIR}${INCLUDEDIR}/teken
+.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: .PHONY .META
@${ECHO} "Setting up symlinks to kernel source tree..."
More information about the svn-src-all
mailing list