X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8497e842ec8a55daad7ce936aedf01227fa0f4d1..d6c82d7b5f5b2adecc6dafe60f0f6c0bec663a8e:/src/Makefile diff --git a/src/Makefile b/src/Makefile index bdcfe5a5f..adda7ceb3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ # appropriate links, and then creating and running the main makefile in that # directory. -# Copyright (c) University of Cambridge, 1995 - 2014 +# Copyright (c) University of Cambridge, 1995 - 2015 # See the file NOTICE for conditions of use and distribution. # IRIX make uses the shell that is in the SHELL variable, which often defaults @@ -101,6 +101,7 @@ cscope.files: FRC find src Local OS exim_monitor -name "*.[cshyl]" -print \ -o -name "os.h*" -print \ -o -name "*akefile*" -print \ + -o -name config.h.defaults -print \ -o -name EDITME -print >> $@ ls OS/* >> $@