X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=96c0d58ee0ed4d28614930cafb8ecbc8f72e719a;hb=029f41922c829cd007ec53006076443e38132e64;hp=b913aec8a87938cee06ff7c9b69e23aa0965d214;hpb=44649fdb169979af3c5a08b10889d1ecee48a469;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index b913aec8a..96c0d58ee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,10 +90,11 @@ 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 >> $@ + ls OS/* >> $@ FRC: