git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add -lutil to the default FreeBSD LIBS setting.
[exim.git]
/
src
/
OS
/
Makefile-OSF1
1
# $Cambridge: exim/src/OS/Makefile-OSF1,v 1.2 2005/05/23 16:58:55 fanf2 Exp $
2
3
# Exim: OS-specific make file for OSF1
4
5
CFLAGS=-O
6
LIBS=-liconv -lm
7
HAVE_CRYPT16=yes
8
HAVE_ICONV=yes
9
HOSTNAME_COMMAND=/usr/bin/hostname
10
EXIWHAT_EGREP_ARG='/exim( |$$)'
11
12
# End