diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:21:27 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:21:27 +0000 |
| commit | 9e5787d2284e187abb5b654d924394a65772e004 (patch) | |
| tree | 2ebf833af6b1953d4a683e2da830fe87bf3435e1 /include | |
| parent | 22df1ffd812f0395cdb7c0b1edae1f67b991562a (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 91ad90e2c402..bafb5ef7c9f5 100644 --- a/include/Makefile +++ b/include/Makefile @@ -244,7 +244,7 @@ copies: .PHONY .META ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 teken.h \ ${SDESTDIR}${INCLUDEDIR}/teken .if ${MK_CDDL} != "no" - cd ${SRCTOP}/sys/cddl/contrib/opensolaris/uts/common/sys; \ + cd ${SRCTOP}/sys/contrib/openzfs/include/sys; \ ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 nvpair.h \ ${SDESTDIR}${INCLUDEDIR}/sys .endif @@ -377,7 +377,7 @@ symlinks: .PHONY .META done .if ${MK_CDDL} != "no" ${INSTALL_SYMLINK} ${TAG_ARGS} \ - ../../../sys/cddl/contrib/opensolaris/uts/common/sys/nvpair.h \ + ../../../sys/contrib/openenzfs/include/sys/nvpair.h \ ${SDESTDIR}${INCLUDEDIR}/sys .endif .if ${MK_MLX5TOOL} != "no" |
