diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-27 14:56:32 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-27 15:39:10 +0100 |
commit | a36451ff4142b63a76cea9e52ffe4687290071a4 (patch) | |
tree | e7685e20395cc6820b27385294c1b8c48c870a47 /sunrpc/Makefile | |
parent | 3daef2c8ee4df29b9806e3bb2f407417c1222e9a (diff) | |
download | glibc-a36451ff4142b63a76cea9e52ffe4687290071a4.zip glibc-a36451ff4142b63a76cea9e52ffe4687290071a4.tar.gz glibc-a36451ff4142b63a76cea9e52ffe4687290071a4.tar.bz2 |
rpcinfo: Remove traces of unbuilt helper program
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 9e805fb..da6dffa 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -85,10 +85,6 @@ shared-only-routines = $(routines) endif endif -# We do not build rpcinfo anymore. It is not needed for a bootstrap -# and not wanted on complete systems. -# others := rpcinfo -# install-sbin := rpcinfo install-bin := rpcgen 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 \ |