diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-07 18:01:39 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-07 18:01:39 +0000 |
commit | 2698777ee390d989343d1f90a2bdbe7c248741c2 (patch) | |
tree | 7349fd6e301b184356b655f800a02a507d28008e /usr.bin/rpcgen/Makefile | |
parent | 5f96899afd71cd76db4e154abb60bdfa6bd25637 (diff) | |
download | FreeBSD-src-2698777ee390d989343d1f90a2bdbe7c248741c2.zip FreeBSD-src-2698777ee390d989343d1f90a2bdbe7c248741c2.tar.gz |
Move RPC stub generator program over from 1.1.5.
Submitted by: Original work in 1.x by J. T. Conklin.
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> |