aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2020-05-31 22:46:32 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2020-05-31 22:46:32 +0000
commit31e71d0710e1d75ed6c25045172f9c8e8afa3a33 (patch)
tree69de158bc170719b441a4520908b53f77a60d637 /include/Makefile
parent1f404a4a8e5991e083dec0f89bd6393ec4146b6a (diff)
downloadsrc-31e71d0710e1d75ed6c25045172f9c8e8afa3a33.tar.gz
src-31e71d0710e1d75ed6c25045172f9c8e8afa3a33.zip
Oops, I didn't notice the "cd" is needed for each install line.
Notes
Notes: svn path=/head/; revision=361682
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 3d83de738234..2f82b6744eac 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -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; \