Author: brd
Date: Tue Sep 18 01:38:44 2018
New Revision: 338744
URL: https://svnweb.freebsd.org/changeset/base/338744
Log:
Fix CONFS to append the value in this case.
Approved by: re (blanket, pkgbase), will (mentor)
Modified:
head/lib/libc/rpc/Makefile.inc
Modified: head/lib/libc/rpc/Makefile.inc
==============================================================================
--- head/lib/libc/rpc/Makefile.inc Tue Sep 18 01:24:30 2018
(r338743)
+++ head/lib/libc/rpc/Makefile.inc Tue Sep 18 01:38:44 2018
(r338744)
@@ -2,7 +2,7 @@
# $FreeBSD$
.PATH: ${LIBC_SRCTOP}/rpc ${LIBC_SRCTOP}/.
-CONFS= rpc/netconfig rpc/rpc
+CONFS+= rpc/netconfig rpc/rpc
SRCS+= auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
clnt_vc.c rpc_dtablesize.c getnetconfig.c getnetpath.c getrpcent.c \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"