Added a backwards-compatible interface to a fake DNS resolver for use by
[exim.git] / src / OS / Makefile-DGUX
1 # $Cambridge: exim/src/OS/Makefile-DGUX,v 1.2 2005/05/23 16:58: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
16 # PERL
17 # Perl is not necessary for running Exim itself, but some Perl utilities
18 # are provided for processing the logs. Perl 5 is assumed.
19 # DG ship perl version 4.036 in /bin/perl so need to use locally installed perl
20
21 PERL_COMMAND=/usr/local/bin/perl
22
23 # dg's version of gcc likes O2
24
25 CFLAGS=-O2
26
27 RANLIB=@true
28 LIBS=-lsocket -lnsl -lm
29 LIBRESOLV=-lresolv
30 DBMLIB=-ldbm
31
32 # End
33