1 # $Cambridge: exim/src/OS/Makefile-DGUX,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
3 # Exim: OS-specific make file for DGUX
5 # Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998
6 # on dgux R4.11MU04 generic AViiON mc88100
9 # Minor tidies to remove settings that are actually the default,
10 # in line with the style of other system files - PH.
12 BASENAME_COMMAND=/bin/basename
13 CHOWN_COMMAND=/bin/chown
14 CHGRP_COMMAND=/bin/chgrp
15 CHMOD_COMMAND=/bin/chmod
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
22 PERL_COMMAND=/usr/local/bin/perl
24 # dg's version of gcc likes O2
29 LIBS=-lsocket -lnsl -lm