diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-03 01:45:34 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-03 01:45:34 +0000 |
commit | 84269b03d0035bb44926b61b424d74e47ff04c57 (patch) | |
tree | 5cd6d9284f73f116fe6977cfa9ae7c9583d3e2c7 /usr.bin | |
parent | 68e1c9ca263162dd47052b3cbc32c11cdddf3d57 (diff) |
revert rcs to rcsprog change,
requested by deraadt@
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 f188ef438e8..f884e336604 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2005/10/02 20:32:19 joris Exp $ +# $OpenBSD: Makefile,v 1.7 2005/10/03 01:45:33 joris Exp $ .PATH: ${.CURDIR}/../cvs -PROG= rcsprog +PROG= rcs MAN= rcs.1 SRCS= ci.c co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c |