diff options
author | ats <ats@FreeBSD.org> | 1995-08-01 21:53:35 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-08-01 21:53:35 +0000 |
commit | d3cbf043e9ca0d819b79c25bf8e95572e5340a54 (patch) | |
tree | d048eddea00bb0c8e474460150ce8e0bd30301ec /usr.bin/strip | |
parent | 9246df9bb49151b04bae525154ca52e5695dab53 (diff) | |
download | FreeBSD-src-d3cbf043e9ca0d819b79c25bf8e95572e5340a54.zip FreeBSD-src-d3cbf043e9ca0d819b79c25bf8e95572e5340a54.tar.gz |
Add the maybe_stripped to a CLEANFILES target to get a clean obj directory
after a clean or cleandir.
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index e2ba84a..b9bfe09 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -2,6 +2,7 @@ PROG= strip MAN1= strip.1 +CLEANFILES += maybe_stripped all: maybe_stripped |