Documentation for randint. Better randomness defaults. Fixes: #722
[exim.git] / src / OS / Makefile-DGUX
CommitLineData
c40dee92 1# $Cambridge: exim/src/OS/Makefile-DGUX,v 1.3 2008/07/25 20:39:55 fanf2 Exp $
61ec970d
PH
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
12BASENAME_COMMAND=/bin/basename
13CHOWN_COMMAND=/bin/chown
14CHGRP_COMMAND=/bin/chgrp
c40dee92 15CHMOD_COMMAND=/bin/chmod
61ec970d
PH
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
22PERL_COMMAND=/usr/local/bin/perl
23
24# dg's version of gcc likes O2
25
26CFLAGS=-O2
27
28RANLIB=@true
870f6ba8 29LIBS=-lsocket -lnsl -lm
61ec970d
PH
30LIBRESOLV=-lresolv
31DBMLIB=-ldbm
32
33# End
34