diff options
author | markm <markm@FreeBSD.org> | 2003-01-28 23:08:41 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-01-28 23:08:41 +0000 |
commit | 2fd2d84bc30d9e08e1cf0216b4fc43d3f8cd42b4 (patch) | |
tree | bd59e778c9d0c609d7054a8f17c876f8070c3377 /usr.sbin/sendmail | |
parent | 0d82b8beac6f0b2d54b81460b9e746e43a429d95 (diff) | |
download | FreeBSD-src-2fd2d84bc30d9e08e1cf0216b4fc43d3f8cd42b4.zip FreeBSD-src-2fd2d84bc30d9e08e1cf0216b4fc43d3f8cd42b4.tar.gz |
iAdjust for OpenSSL 0.9.7.
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 32b5e89..ad5520a 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -34,6 +34,7 @@ MAPS= -DMAP_REGEX -DDNSMAP CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I. CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DNETINET6 -DTCPWRAPPERS ${MAPS} +CFLAGS+= -DOPENSSL_NO_KRB5 DPADD= ${LIBUTIL} ${LIBWRAP} LDADD= -lutil -lwrap |