diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-18 01:38:44 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-18 01:38:44 +0000 |
commit | 34da9e380257b2bcbb6de48bfbfaed5238aa69c0 (patch) | |
tree | 52516407833324e6219ad4e9621defc366b25740 /lib | |
parent | 2554f86a8d426f6280857d184019506827e328d1 (diff) |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 9f3bb453c0b6e..5ca9bd3757c05 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 \ |