From eb26b356512c8842719342dec498cd4dd4d901eb Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Tue, 1 Aug 1995 21:53:35 +0000 Subject: [PATCH] Add the maybe_stripped to a CLEANFILES target to get a clean obj directory after a clean or cleandir. --- usr.bin/strip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index e2ba84a45d0a..b9bfe09a20e9 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