Files
pkgsrc-ng/mail/exim3/files/Makefile-DragonFly
2013-09-26 17:14:40 +02:00

19 lines
393 B
Plaintext

# Exim: OS-specific make file for DragonFly
# There's no setting of CFLAGS here, to allow the system default
# for "make" to be the default.
CHOWN_COMMAND=/usr/sbin/chown
HAVE_SA_LEN=YES
LIBS=-lcrypt
USE_DB=yes
XINCLUDE=-I$(X11BASE)/include
XLFLAGS=-L$(X11BASE)/lib -R$(X11BASE)/lib
X11_LD_LIB=$(X11BASE)/lib
EXIWHAT_PS_ARG=-ax
EXIWHAT_EGREP_ARG='/exim( |$$)'
EXIWHAT_KILL_ARG=-USR1
# End