diff options
Diffstat (limited to 'usr.bin/rpcgen/Makefile')
-rw-r--r-- | usr.bin/rpcgen/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile new file mode 100644 index 0000000..fefab49 --- /dev/null +++ b/usr.bin/rpcgen/Makefile @@ -0,0 +1,7 @@ +# $Id: Makefile,v 1.1 1993/09/13 23:20:11 jtc Exp $ + +PROG= rpcgen +SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \ + rpc_svcout.c rpc_util.c + +.include <bsd.prog.mk> |