diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-08-13 03:38:32 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-08-13 03:38:32 +0000 |
| commit | ce33c57d6ca45b41af9fcc416498d86a77674729 (patch) | |
| tree | 3f35166151bdee353d1d59db0c95f026b3161ed4 /include | |
| parent | 20a3cbe1f8fd26ba7210ff15b00b3008aea4a407 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/Makefile b/include/Makefile index dbbdff680153..52750065ae23 100644 --- a/include/Makefile +++ b/include/Makefile @@ -246,12 +246,6 @@ copies: .PHONY .META ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ ${SDESTDIR}${INCLUDEDIR}/teken .if ${MK_CDDL} != "no" - cd ${SRCTOP}/cddl/contrib/opensolaris/lib/libzfs_core/common; \ - ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libzfs_core.h \ - ${SDESTDIR}${INCLUDEDIR} - cd ${SRCTOP}/cddl/contrib/opensolaris/lib/libnvpair; \ - ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 libnvpair.h \ - ${SDESTDIR}${INCLUDEDIR} cd ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/sys; \ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nvpair.h \ ${SDESTDIR}${INCLUDEDIR}/sys |
