1 # Exim: OS-specific make file for DGUX
3 # Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998
4 # on dgux R4.11MU04 generic AViiON mc88100
7 # Minor tidies to remove settings that are actually the default,
8 # in line with the style of other system files - PH.
10 BASENAME_COMMAND=/bin/basename
11 CHOWN_COMMAND=/bin/chown
12 CHGRP_COMMAND=/bin/chgrp
13 CHMOD_COMMAND=/bin/chmod
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
20 PERL_COMMAND=/usr/local/bin/perl
22 # dg's version of gcc likes O2
27 LIBS=-lsocket -lnsl -lm