diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
commit | 89596e453852464f330543234ea7d0894c5fc287 (patch) | |
tree | 2f3bf33fa937fe4dcbe5a97851f84bed559bbc7b /usr.bin/rpcgen/Makefile | |
parent | 27b491435b5af71a9b47047589a2d7bb2e49affc (diff) | |
download | FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.zip FreeBSD-src-89596e453852464f330543234ea7d0894c5fc287.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'usr.bin/rpcgen/Makefile')
-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 d0e4c14..67db97e 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. |