summaryrefslogtreecommitdiff
path: root/usr.bin/rcs
diff options
context:
space:
mode:
authorNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-31 22:56:14 +0000
committerNiall O'Higgins <niallo@cvs.openbsd.org>2005-10-31 22:56:14 +0000
commit20a1b27dc40c932cd3ef6fe96198be25dd04c791 (patch)
tree33fc98541061b8de4283405eb69b020c215d3096 /usr.bin/rcs
parent4566131a4e587274adfde74f60c2c6430c549928 (diff)
- remove MLINKS line, was commented out and is useless anyway.
pointed out by deraadt@, ok joris@
Diffstat (limited to 'usr.bin/rcs')
-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 bbd3132395a..525f05e6b99 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2005/10/26 07:02:59 xsa Exp $
+# $OpenBSD: Makefile,v 1.23 2005/10/31 22:56:13 niallo Exp $
.PATH: ${.CURDIR}/../cvs
@@ -13,7 +13,6 @@ LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff \
${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \
${BINDIR}/rcs ${BINDIR}/ident
-#MLINKS= rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes