summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-10 18:22:55 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-10 18:22:55 +0000
commit99f1dfad314b5d0c9cfb18b2cdd53e9ec7beb63b (patch)
tree49a2aa4368121c1a9a2a600b79d2ba7c8e474894 /hurd
parentd33c4d286af384a2debba730f36ff80800bdd70d (diff)
(sunrpc-headers): Add clnt.h.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index deafb1ec3d..a42d148675 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -73,7 +73,7 @@ include ../Rules
# from $(subdirs), and this rule arranges for the headers in question
# to get installed.
sunrpc-headers = netdb.h pmap_prot.h xdr.h types.h auth.h \
- rpc_msg.h auth_unix.h
+ rpc_msg.h auth_unix.h clnt.h
installed-sunrpc-headers = $(addprefix $(inst_includedir)/rpc/, \
$(sunrpc-headers))
install-headers-nosubdir: $(installed-sunrpc-headers)