diff options
-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 |