+# Revision 1.64 2005/10/25 23:55:47 cheshire
+# Add tiger to list of target platforms
+#
+# Revision 1.63 2005/10/11 21:30:44 cheshire
+# Add "-Wunreachable-code" (commented out for now)
+#
+# Revision 1.62 2005/06/30 21:46:55 cheshire
+# <rdar://problem/4167287> Solaris should use unix domain sockets, not loopback
+#
+# Revision 1.61 2005/06/30 20:46:05 cheshire
+# Added Makefile rule to build threadsafe object files where necessary using "-D_REENTRANT".
+#
+# Revision 1.60 2005/06/30 10:42:38 cheshire
+# Turn on "-Werror" and "-O" for better error reporting
+#
+# Revision 1.59 2005/04/14 21:07:10 rpantos
+# Bug #: 4089257, Clean build broken for Java support on POSIX
+# Submitted by: Roger Pantos
+# Reviewed by: Kiren Sekar
+#
+# Revision 1.58 2005/04/08 21:37:57 ksekar
+# <rdar://problem/3792767> get_ifi_info doesn't return IPv6 interfaces on Linux
+#
+# Revision 1.57 2005/03/17 04:02:28 cheshire
+# <rdar://problem/3986419> mDNSResponder won't compile with gcc4 on Tiger
+# Changed Makefile to link using gcc instead of libtool
+#
+# Revision 1.56 2005/02/02 02:25:21 cheshire
+# <rdar://problem/3980388> /var/run/mDNSResponder should be /var/run/mdnsd on Linux
+#
+# Revision 1.55 2005/01/27 22:55:00 cheshire
+# Add "make os=tiger" target which uses gcc4 and "-Wdeclaration-after-statement"
+#
+# Revision 1.54 2004/12/17 19:33:03 cheshire
+# Add "-lresolv" for Solaris
+#