From 34da9e380257b2bcbb6de48bfbfaed5238aa69c0 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 18 Sep 2018 01:38:44 +0000 Subject: [PATCH] Fix CONFS to append the value in this case. Approved by: re (blanket, pkgbase), will (mentor) --- lib/libc/rpc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 9f3bb453c0b6..5ca9bd3757c0 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -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 \