diff options
author | ache <ache@FreeBSD.org> | 2004-03-06 06:54:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-03-06 06:54:58 +0000 |
commit | ebdf8c08b893f978064714766bc0bfe146fbea46 (patch) | |
tree | c57385f1a9006f2d36fa99cb80b592434c2c1d50 /bin/dd | |
parent | 579faa39008af88493e4243ac39f7e8713856288 (diff) | |
download | FreeBSD-src-ebdf8c08b893f978064714766bc0bfe146fbea46.zip FreeBSD-src-ebdf8c08b893f978064714766bc0bfe146fbea46.tar.gz |
Add a.out to CLEANFILES
Diffstat (limited to 'bin/dd')
-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 |