X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=96c0d58ee0ed4d28614930cafb8ecbc8f72e719a;hb=029f41922c829cd007ec53006076443e38132e64;hp=99f4ab308eeffee7de11b610881f42dc6e1ccde5;hpb=d502442ac32f8964f6cf86469869cecb035d12c0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index 99f4ab308..96c0d58ee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,7 +90,7 @@ distclean:; $(RM_COMMAND) -rf build-* cscope* cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ - find src Local OS -name "*.[cshyl]" -print \ + find src Local OS exim_monitor -name "*.[cshyl]" -print \ -o -name "os.h*" -print \ -o -name "*akefile*" -print \ -o -name EDITME -print >> $@