git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add tls_verify_hosts and tls_try_verify_hosts to smtp transport. Bug 1371
[exim.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index ec573b5d64a48255ac274e0e85b9e7436543199b..161167f3f9746d3afc1a95abd3f33e0a683300d9 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-2,7
+2,7
@@
# appropriate links, and then creating and running the main makefile in that
# directory.
# appropriate links, and then creating and running the main makefile in that
# directory.
-# Copyright (c) University of Cambridge, 1995 - 20
07
+# Copyright (c) University of Cambridge, 1995 - 20
13
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
# See the file NOTICE for conditions of use and distribution.
# IRIX make uses the shell that is in the SHELL variable, which often defaults
@@
-85,6
+85,15
@@
clean_exim:; cd build-$(buildname); \
$(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \
routers/*.o routers/*.a transports/*.o transports/*.a lookups/*.so
$(RM_COMMAND) -f *.o lookups/*.o lookups/*.a auths/*.o auths/*.a \
routers/*.o routers/*.a transports/*.o transports/*.a lookups/*.so
-distclean:; $(RM_COMMAND) -rf build-*
+distclean:; $(RM_COMMAND) -rf build-* cscope*
+
+cscope.files: FRC
+ echo "-q" > $@
+ echo "-p3" >> $@
+ find src Local -name "*.[cshyl]" -print \
+ -o -name "*akefile*" -print \
+ -o -name EDITME -print >> $@
+
+FRC:
# End of top-level makefile
# End of top-level makefile