From 2b171c6fc9f4251789459144fd3154a9bfdbeeac Mon Sep 17 00:00:00 2001
From: Russ Fish <fish@flux.utah.edu>
Date: Mon, 12 Mar 2007 17:01:34 +0000
Subject: [PATCH] Don't clean the nfstrace.proxy file.

---
 sensors/nfstrace/GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sensors/nfstrace/GNUmakefile.in b/sensors/nfstrace/GNUmakefile.in
index 6d00bb1077..c90e3b602a 100644
--- a/sensors/nfstrace/GNUmakefile.in
+++ b/sensors/nfstrace/GNUmakefile.in
@@ -148,4 +148,4 @@ fs-install install:
 endif
 
 clean:	clean.nfsdump
-	rm -f *.o core nfstrace.proxy nfsdump nfstrace.init
+	rm -f *.o core nfsdump nfstrace.init
-- 
GitLab