diff options
author | David Krause <david@cvs.openbsd.org> | 2003-09-02 16:33:34 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-09-02 16:33:34 +0000 |
commit | 331831e5370958442a8a3860505b873dea1eb10b (patch) | |
tree | 305d3bcc654cbbb10406d6eb3b53426087587d3d | |
parent | baba26a1ef541bcb63327f32e3fa8509865112a4 (diff) |
add t5 to the clean target
ok deraadt@
-rw-r--r-- | regress/usr.bin/patch/Makefile | 4 |
1 files 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 |