Merge branch 'tom_dev'
[exim.git] / src / OS / Makefile-DGUX
1 # $Cambridge: exim/src/OS/Makefile-DGUX,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
2
3 # Exim: OS-specific make file for DGUX
4 #
5 # Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998
6 # on dgux R4.11MU04 generic AViiON mc88100
7 # with no X
8
9 # Minor tidies to remove settings that are actually the default,
10 # in line with the style of other system files - PH.
11
12 BASENAME_COMMAND=/bin/basename
13 CHOWN_COMMAND=/bin/chown
14 CHGRP_COMMAND=/bin/chgrp
15 CHMOD_COMMAND=/bin/chmod
16
17 # PERL
18 # Perl is not necessary for running Exim itself, but some Perl utilities
19 # are provided for processing the logs. Perl 5 is assumed.
20 # DG ship perl version 4.036 in /bin/perl so need to use locally installed perl
21
22 PERL_COMMAND=/usr/local/bin/perl
23
24 # dg's version of gcc likes O2
25
26 CFLAGS=-O2
27
28 RANLIB=@true
29 LIBS=-lsocket -lnsl -lm
30 LIBRESOLV=-lresolv
31 DBMLIB=-ldbm
32
33 # End
34