X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FMakefile;h=96c0d58ee0ed4d28614930cafb8ecbc8f72e719a;hb=c562fd30c03126dd72d76ec43842d9d00fcd8bf3;hp=31c459a056452dbaf0f61f60e85ece2f0a1f02f5;hpb=5a66c31b0ec1f4128df4398e18dfe497c2a34de7;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/Makefile b/src/Makefile index 31c459a05..96c0d58ee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,9 +90,11 @@ distclean:; $(RM_COMMAND) -rf build-* cscope* cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ - find src Local -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: