Fix CONFS to append the value in this case.

Approved by:	re (blanket, pkgbase), will (mentor)
This commit is contained in:
Brad Davis 2018-09-18 01:38:44 +00:00
parent 2554f86a8d
commit 34da9e3802
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338744

View File

@ -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 \