Import Debian changes 4.92-8+deb10u3
[hcoop/debian/exim4.git] / OS / unsupported / Makefile-DGUX
CommitLineData
420a0d19
CE
1# Exim: OS-specific make file for DGUX
2#
3# Written by Ken Bailey (K.Bailey@rbgkew.org.uk) Feb 1998
4# on dgux R4.11MU04 generic AViiON mc88100
5# with no X
6
7# Minor tidies to remove settings that are actually the default,
8# in line with the style of other system files - PH.
9
10BASENAME_COMMAND=/bin/basename
11CHOWN_COMMAND=/bin/chown
12CHGRP_COMMAND=/bin/chgrp
13CHMOD_COMMAND=/bin/chmod
14
15# PERL
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
19
20PERL_COMMAND=/usr/local/bin/perl
21
22# dg's version of gcc likes O2
23
24CFLAGS=-O2
25
26RANLIB=@true
27LIBS=-lsocket -lnsl -lm
28LIBRESOLV=-lresolv
29DBMLIB=-ldbm
30
31# End
32