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