summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-02 13:59:31 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-02 13:59:31 +0000
commitb4bb6f662bdfc73778b08404c82b04a29ea24a79 (patch)
tree646ba55f2cff221cb9f3d58d6f984aeea89212ea /libc/inet/rpc/Makefile
parentc1bb4ddffbee3c12824765dc0ff2439ffa032c2b (diff)
Patch to add rcmd support, from Stefan Soucek, which I'd long
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik
Diffstat (limited to 'libc/inet/rpc/Makefile')
-rw-r--r--libc/inet/rpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/Makefile b/libc/inet/rpc/Makefile
index 08782e1a3..c3d6498dd 100644
--- a/libc/inet/rpc/Makefile
+++ b/libc/inet/rpc/Makefile
@@ -34,7 +34,7 @@ CSRC = auth_none.c auth_unix.c authunix_prot.c \
rpc_dtablesize.c rpc_prot.c svc.c svc_auth.c \
svc_auth_unix.c svc_raw.c svc_run.c svc_simple.c \
svc_tcp.c svc_udp.c xdr.c xdr_array.c xdr_float.c \
- xdr_mem.c xdr_rec.c xdr_reference.c xdr_stdio.c
+ xdr_mem.c xdr_rec.c xdr_reference.c xdr_stdio.c rcmd.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)