diff options
author | 2006-03-23 03:18:29 +0000 | |
---|---|---|
committer | 2006-03-23 03:18:29 +0000 | |
commit | b2f6b21f4b49c7022ff9f64eda413cf1478bd6a0 (patch) | |
tree | 137466aa1aafe6ef993352b29506c5a9503f7eff | |
parent | use calloc better; adobriyan@gmail (diff) | |
download | wireguard-openbsd-b2f6b21f4b49c7022ff9f64eda413cf1478bd6a0.tar.xz wireguard-openbsd-b2f6b21f4b49c7022ff9f64eda413cf1478bd6a0.zip |
Missing CLEANFILES.
``i guess so'' xsa@
-rw-r--r-- | regress/usr.bin/rcs/Makefile | 4 |
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.) |