diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-02 20:32:20 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-02 20:32:20 +0000 |
commit | 58aaf0f45938857745f105969427349b29330e5f (patch) | |
tree | 14f668edd73a0dd0a90d7f851066a87f13eef6b1 /usr.bin | |
parent | 057af53d332975d0a3c63d855e6fde597ba5c3d1 (diff) |
change the name of the RCS tools binary to rcsprog instead of rcs to
avoid confusion with the rcs command itself.
ok xsa and niallo
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 5befc65fb59..f188ef438e8 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2005/09/30 16:37:27 niallo Exp $ +# $OpenBSD: Makefile,v 1.6 2005/10/02 20:32:19 joris Exp $ .PATH: ${.CURDIR}/../cvs -PROG= rcs +PROG= rcsprog MAN= rcs.1 SRCS= ci.c co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c |