diff options
Diffstat (limited to 'tools/rpcgen/Makefile')
-rw-r--r-- | tools/rpcgen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile index a4e4d17..7dc13d3 100644 --- a/tools/rpcgen/Makefile +++ b/tools/rpcgen/Makefile @@ -38,6 +38,7 @@ # Copyright (C) 1987, Sun Microsystems, Inc. # +TOP = ../../ TOOL = rpcgen OBJS = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \ rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o |