summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-07 15:23:00 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-07 15:23:00 +0000
commit313c11e94f4b57fee42448b406badda929c7934f (patch)
tree28da05ce38bf31177cd874b66942843c3edfc437 /libc/inet/rpc/Makefile
parentcf0a78c8823f6e06e8cf253f90472ed653e120df (diff)
Add getrpcent.c to default rpc build
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r--libc/inet/rpc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile
index f880335eb..5e680ac23 100644
--- a/libc/inet/rpc/Makefile
+++ b/libc/inet/rpc/Makefile
@@ -44,7 +44,8 @@ CSRC:=create_xid.c pmap_clnt.c pmap_getmaps.c pmap_getport.c \
auth_none.c auth_unix.c xdr.c xdr_array.c xdr_rec.c \
xdr_reference.c xdr_mem.c svc.c svc_auth.c svc_auth_unix.c \
rpc_callmsg.c rpc_prot.c rpc_dtablesize.c rpc_commondata.c \
- rpc_thread.c rcmd.c rexec.c sa_len.c ruserpass.c rtime.c
+ rpc_thread.c rcmd.c rexec.c sa_len.c ruserpass.c rtime.c \
+ getrpcent.c
endif
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)