summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-22 15:10:28 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-22 15:10:28 +0000
commit4a23603b536e4156bdd3da58d3411632c71183d7 (patch)
tree9e68ef876211ffbf80bc57fca397d2f17b959724 /src
parent944a9c55d5b7d3d50ea8b8fabfb7a7be5ca8693f (diff)
Added STRIP_COMMAND=/usr/bin/strip to the FreeBSD Makefile.
Diffstat (limited to 'src')
-rw-r--r--src/OS/Makefile-FreeBSD3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD
index 0527e8be4..ead6d09a6 100644
--- a/src/OS/Makefile-FreeBSD
+++ b/src/OS/Makefile-FreeBSD
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
+# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.3 2006/02/22 15:10:28 ph10 Exp $
# Exim: OS-specific make file for FreeBSD
# There's no setting of CFLAGS here, to allow the system default
@@ -7,6 +7,7 @@
PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout
CHOWN_COMMAND=/usr/sbin/chown
+STRIP_COMMAND=/usr/bin/strip
HAVE_SA_LEN=YES