From 58aaf0f45938857745f105969427349b29330e5f Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sun, 2 Oct 2005 20:32:20 +0000 Subject: 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 --- usr.bin/rcs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 -- cgit v1.2.3