diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/rpcgen | |
parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
download | src-dc12be52584a604d0444341077b89a56d670609f.tar.gz src-dc12be52584a604d0444341077b89a56d670609f.zip |
Notes
Diffstat (limited to 'usr.bin/rpcgen')
-rw-r--r-- | usr.bin/rpcgen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index d0e4c14c1be6..67db97e13b4f 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,9 +1,9 @@ +# $FreeBSD$ + +PROG= rpcgen SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \ rpc_sample.c rpc_scan.c rpc_svcout.c rpc_tblout.c rpc_util.c -PROG= rpcgen -MAN1= rpcgen.1 - # # This is a kludge to work around the fact that this program # uses 'inline' as a variable name. |