summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-08-13 05:16:27 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-08-13 05:16:27 +0000
commitcd87846e6e9f84a502c3f0dc60ba4ea686862c6a (patch)
treee66c3e6e81d132bbaa50b75d9fe3bceed785b89a /include
parentf2fdf2a1dcbe9ccf90a2658423fb377be99561d6 (diff)
downloadsrc-test-cd87846e6e9f84a502c3f0dc60ba4ea686862c6a.tar.gz
src-test-cd87846e6e9f84a502c3f0dc60ba4ea686862c6a.zip
Install symlink for sys/nvpair.h in include/Makefile symlinks target
Noticed while fixing the install/sysroot situation for libnvpair and libzfs_core- if one uses the symlinks target, libzfs_core.h is not installed.
Notes
Notes: svn path=/head/; revision=337700
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 52750065ae23d..73ce855469e50 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -384,6 +384,11 @@ symlinks: .PHONY .META
${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/rpc/$$h \
${SDESTDIR}${INCLUDEDIR}/rpc; \
done
+.if ${MK_CDDL} != "no"
+ ${INSTALL_SYMLINK} ${TAG_ARGS} \
+ ../../../sys/cddl/contrib/opensolaris/uts/common/sys/nvpair.h \
+ ${SDESTDIR}${INCLUDEDIR}/sys
+.endif
.if ${MK_MLX5TOOL} != "no"
${INSTALL_SYMLINK} ${TAG_ARGS} ../../../../sys/dev/mlx5/mlx5io.h \
${SDESTDIR}${INCLUDEDIR}/dev/mlx5