diff options
-rw-r--r-- | bin/dd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 691c6f4..b09bfcb 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -8,6 +8,7 @@ MAINTAINER= green@FreeBSD.org .include <bsd.prog.mk> +CLEANFILES+= a.out # # Test the character conversion functions. We have to be explicit about # which LC_LANG we use because the definition of upper and lower case |