diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:07:29 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:07:29 +0000 |
commit | 478afbc291e34a5bfe321fb584defb69fd8e76c8 (patch) | |
tree | 29652550a163abe9f2851bc5bd139ef807a13a9c /regress/usr.bin | |
parent | bcd59aaf443553d4abea3ee8b4982e8601583b9e (diff) |
Add some missing CLEANFILES.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/make/Makefile b/regress/usr.bin/make/Makefile index 332f50e6cad..85b8a205419 100644 --- a/regress/usr.bin/make/Makefile +++ b/regress/usr.bin/make/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2002/01/01 23:07:13 art Exp $ +# $OpenBSD: Makefile,v 1.14 2002/01/03 01:07:28 art Exp $ # We don't pass t7, t13, t14... REGRESSTARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 @@ -76,6 +76,6 @@ t1.out: .PHONY: t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 regress -CLEANFILES+=t1.out z.a a.a a.b +CLEANFILES+=t1.out z.a a.a a.b goodfile phony .include <bsd.regress.mk> |