Updated configuration for GNU; added configuration for GNUkFreeBSD and
[exim.git] / src / OS / Makefile-OSF1
1 # $Cambridge: exim/src/OS/Makefile-OSF1,v 1.1 2004/10/06 15:07:39 ph10 Exp $
2
3 # Exim: OS-specific make file for OSF1
4
5 CFLAGS=-O
6 LIBS=-liconv
7 HAVE_CRYPT16=yes
8 HAVE_ICONV=yes
9 HOSTNAME_COMMAND=/usr/bin/hostname
10 EXIWHAT_EGREP_ARG='/exim( |$$)'
11
12 # End