Put DPC's mkcdb script (with tabs removed) into the util directory, and
[exim.git] / src / OS / Makefile-DGUX
... / ...
CommitLineData
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
12BASENAME_COMMAND=/bin/basename
13CHOWN_COMMAND=/bin/chown
14CHGRP_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
21PERL_COMMAND=/usr/local/bin/perl
22
23# dg's version of gcc likes O2
24
25CFLAGS=-O2
26
27RANLIB=@true
28LIBS=-lsocket -lnsl -lm
29LIBRESOLV=-lresolv
30DBMLIB=-ldbm
31
32# End
33