aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/rcs
diff options
context:
space:
mode:
authorCharlie Root <root@FreeBSD.org>1993-07-02 04:54:10 +0000
committerCharlie Root <root@FreeBSD.org>1993-07-02 04:54:10 +0000
commit845c052a41e0754fe577578cb3eca182f40b5fc9 (patch)
treec90b7fbc446933b024242aa6f35b4249f3439e5b /gnu/usr.bin/rcs
parented68e4229d3859f98c6584443ff24f9ca74b4eca (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/rcs')
-rw-r--r--gnu/usr.bin/rcs/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/rcs/rcs/Makefile b/gnu/usr.bin/rcs/rcs/Makefile
index b96e0b25ca70e..802575d13e0d3 100644
--- a/gnu/usr.bin/rcs/rcs/Makefile
+++ b/gnu/usr.bin/rcs/rcs/Makefile
@@ -4,7 +4,7 @@ SRCS= rcs.c
LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs
CFLAGS+= -I${.CURDIR}/../lib
-MAN1= rcs.0 rcsintro.0
-MAN5= rcsfile.0
+MAN1= rcs.1 rcsintro.1
+MAN5= rcsfile.5
.include <bsd.prog.mk>