X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5a66c31b0ec1f4128df4398e18dfe497c2a34de7..44649fdb169979af3c5a08b10889d1ecee48a469:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 31c459a05..b913aec8a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,7 +90,8 @@ distclean:; $(RM_COMMAND) -rf build-* cscope* cscope.files: FRC echo "-q" > $@ echo "-p3" >> $@ - find src Local -name "*.[cshyl]" -print \ + find src Local OS -name "*.[cshyl]" -print \ + -o -name "os.h*" -print \ -o -name "*akefile*" -print \ -o -name EDITME -print >> $@