summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-10-16 10:13:00 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-10-16 10:13:00 +0000
commit8f862de6245bb9b4106ee85a0a402bfba2fccdcf (patch)
treee6cb5548a51af3c552cff9142328cba09662c177
parent91bb08b878bc9c32f34d3c8f3ed77eebfad7bce9 (diff)
remove obsolete comment;
-rw-r--r--usr.bin/rcs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index f68431839df..c450f36e67f 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2005/10/15 20:38:01 joris Exp $
+# $OpenBSD: Makefile,v 1.17 2005/10/16 10:12:59 xsa Exp $
.PATH: ${.CURDIR}/../cvs
@@ -9,7 +9,6 @@ SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c date.y \
diff.c log.c rcs.c rcsnum.c strtab.c
CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG
-# Don't build the links until we actually support those commands
LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff
#MLINKS= rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1