From ee52f3c390626be34dcea0b8ab4b8a012387d758 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 2 Apr 2010 07:49:29 -0400 Subject: [PATCH] Add sudoreplay testsudoers and visudo to clean target --- plugins/sudoers/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/Makefile.in b/plugins/sudoers/Makefile.in index 2830b38f8..022b53264 100644 --- a/plugins/sudoers/Makefile.in +++ b/plugins/sudoers/Makefile.in @@ -314,7 +314,7 @@ check: @echo nothing to check clean: - -rm -f *.a *.o *.lo *.la stamp-* core *.core core.* + -rm -f sudoreplay testsudoers visudo *.a *.o *.lo *.la stamp-* core *.core core.* mostlyclean: clean -- 2.40.0