Update all copyright messages to cover 1995 - 2009. Remove tab from exim_checkaccess.src
[exim.git] / src / OS / Makefile-Default
index 9f9ff2276699e9a8fb9756cfb9dc1d37388c0abc..3d3655b5b3d90b83eb69574a59d47503f5831b79 100644 (file)
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-Default,v 1.2 2006/02/10 14:33:26 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-Default,v 1.5 2009/10/16 07:30:54 tom Exp $
 
 ##################################################
 #          The Exim mail transport agent         #
@@ -42,8 +42,10 @@ BASENAME_COMMAND=/usr/bin/basename
 
 CHOWN_COMMAND=/usr/bin/chown
 CHGRP_COMMAND=/usr/bin/chgrp
+CHMOD_COMMAND=/usr/bin/chmod
 MV_COMMAND=/bin/mv
 RM_COMMAND=/bin/rm
+TOUCH_COMMAND=/usr/bin/touch
 
 
 # Some operating systems have different ways of building libraries of
@@ -87,6 +89,11 @@ CC=gcc
 # LFLAGS=
 
 
+# PCRE_LIBS contains the library to be linked for PCRE
+
+PCRE_LIBS=-lpcre
+
+
 # LIBS and EXTRALIBS contain library settings that are used on linking
 # commands to build binaries. The OS-dependent Makefile may contain a default
 # setting for LIBS, leaving EXTRALIBS available for adding further libraries
@@ -112,14 +119,6 @@ CC=gcc
 # EXTRALIBS_EXIMON=
 
 
-# PCRE_CFLAGS contains flags to be passed to the CFLAGS parameter of the
-# makefile for building the PCRE regular expression library, in addition
-# to CFLAGS. Typical use is to set -DUSE_BCOPY on legacy systems that lack
-# the memmove() function but do have bcopy().
-
-# PCRE_CFLAGS=
-
-
 # The error name for quota exceeded varies among operating systems, and
 # even, unfortunately, in different versions of the same operating system.
 # EDQUOT was not in Sys V, but is in SPEC 1170, apparently. It was used