summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2006-03-23 03:18:30 +0000
committerRay Lai <ray@cvs.openbsd.org>2006-03-23 03:18:30 +0000
commit14df9660d93f53a5a7a760470154acfb6986ad39 (patch)
tree6f07a7c8386dd06cf52034ce859069ec1a1b719c
parent5ef511eb2460cf761b65faf2bc73bc708c8f5e9e (diff)
Missing CLEANFILES.
``i guess so'' xsa@
-rw-r--r--regress/usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/rcs/Makefile b/regress/usr.bin/rcs/Makefile
index b856716b3de..c1362bd005a 100644
--- a/regress/usr.bin/rcs/Makefile
+++ b/regress/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2006/03/21 08:32:10 xsa Exp $
+# $OpenBSD: Makefile,v 1.9 2006/03/23 03:18:29 ray Exp $
# Regression tests by Niall O'Higgins <niallo@openbsd.org>.
# ksh -> Makefile by Ray Lai <ray@cyth.net>.
@@ -10,7 +10,7 @@ RCSDIFF?= rcsdiff
RCSMERGE?= rcsmerge
RLOG?= rlog
-CLEANFILES= blah.c blah.c,v test test,v RCS
+CLEANFILES= RCS blah.c blah.c,v file file,v test test,v
# XXX - These may need to be done in order.
# (At least start with ci-initial.)