summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-07-16 21:59:20 +0000
committerRoland McGrath <roland@gnu.org>1994-07-16 21:59:20 +0000
commit5e0eedad670ddc66a14b194f72e646ffb40c70de (patch)
tree3340786c2b6526603b4d045d4449b80c8aea45b0 /sunrpc
parent7bf2b26a7961f4d372a146392966348ba67cac92 (diff)
entered into RCS
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index 3030d6017d..6a5f895722 100644
--- a/sunrpc/Makefile
+++ b/sunrpc/Makefile
@@ -52,7 +52,7 @@ rpcsvc = bootparam.x nlm_prot.x rstat.x \
yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \
rnusers.x spray.x nfs_prot.x rquota.x yp.x
install-others = $(includedir)/rpcsvc/bootparam_prot.h \
- $(etcdir)/rpc
+ $(sysconfdir)/rpc
generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c)
routines := auth_none auth_unix authuxprot bindrsvprt \
@@ -65,7 +65,8 @@ routines := auth_none auth_unix authuxprot bindrsvprt \
xdr_rec xdr_ref xdr_stdio
install-lib := librpcsvc.a
-install := rpcgen rpcinfo portmap
+install-bin := rpcgen
+install-sbin := rpcinfo portmap
rpcsvc-objs = $(rpcsvc:%.x=x%.o)
rpcgen-objs = rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o \
rpc_scan.o rpc_util.o rpc_svcout.o rpc_clntout.o
@@ -94,10 +95,10 @@ $(includedir)/rpcsvc/bootparam_prot.h: $(includedir)/rpcsvc/bootparam.h
-$(do-install)
# Install the rpc data base file.
-$(etcdir)/rpc: etc.rpc
+$(sysconfdir)/rpc: etc.rpc
$(do-install)
-defines := $(defines) -D_PATH_RPC='"$(etcdir)/rpc"'
+defines := $(defines) -D_PATH_RPC='"$(sysconfdir)/rpc"'
# Build the `rpcsvc' library of XDR functions.