Author: rmacklem
Date: Sun May 31 22:15:34 2020
New Revision: 361679
URL: https://svnweb.freebsd.org/changeset/base/361679

Log:
  Update the Makefile to copy rpcsec_tls.h to /usr/include/rpc.

Modified:
  head/include/Makefile

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile       Sun May 31 22:12:56 2020        (r361678)
+++ head/include/Makefile       Sun May 31 22:15:34 2020        (r361679)
@@ -234,6 +234,8 @@ copies: .PHONY .META
 .endif
 .endfor
        cd ${SRCTOP}/sys/rpc; \
+       ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 rpcsec_tls.h 
\
+           ${SDESTDIR}${INCLUDEDIR}/rpc
        ${INSTALL} -C ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
            ${SDESTDIR}${INCLUDEDIR}/rpc
        cd ${SRCTOP}/sys/teken; \
@@ -367,7 +369,7 @@ symlinks: .PHONY .META
                    ${SDESTDIR}${INCLUDEDIR}/isofs/cd9660; \
        done
        cd ${SRCTOP}/sys/rpc; \
-       for h in types.h; do \
+       for h in rpcsec_tls.h types.h; do \
                ${INSTALL_SYMLINK} ${TAG_ARGS} ../../../sys/rpc/$$h \
                    ${SDESTDIR}${INCLUDEDIR}/rpc; \
        done
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to