Oops, I didn't notice the "cd" is needed for each install line.

This commit is contained in:
Rick Macklem 2020-05-31 22:46:32 +00:00
parent 1f404a4a8e
commit 31e71d0710
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361682

View file

@ -236,6 +236,7 @@ copies: .PHONY .META
cd ${SRCTOP}/sys/rpc; \
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rpcsec_tls.h \
${SDESTDIR}${INCLUDEDIR}/rpc
cd ${SRCTOP}/sys/rpc; \
${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
${SDESTDIR}${INCLUDEDIR}/rpc
cd ${SRCTOP}/sys/teken; \