From 331831e5370958442a8a3860505b873dea1eb10b Mon Sep 17 00:00:00 2001 From: David Krause Date: Tue, 2 Sep 2003 16:33:34 +0000 Subject: add t5 to the clean target ok deraadt@ --- regress/usr.bin/patch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/usr.bin/patch/Makefile b/regress/usr.bin/patch/Makefile index 7b98cc60efb..604a4aef5eb 100644 --- a/regress/usr.bin/patch/Makefile +++ b/regress/usr.bin/patch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/08/10 18:30:33 otto Exp $ +# $OpenBSD: Makefile,v 1.4 2003/09/02 16:33:33 david Exp $ PATCH=patch PATCHOPTIONS=-sN @@ -46,7 +46,7 @@ t5: # Clean all files generated clean: - rm -f *.copy *.orig *.rej + rm -f *.copy *.orig *.rej t5 .PHONY: t5 -- cgit v1.2.3