diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-20 23:02:51 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-02-20 23:02:51 +0000 |
commit | fbdd9e12b1610814b5160ea837c448a78288cc73 (patch) | |
tree | c84f7cfbdf601a65431e5e612ea7ebcd91a567ff /security/drweb-sendmail/files/Makefile.libsmutil | |
parent | - edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes' (diff) |
Tune for -current sendmail 8.12.2
Diffstat (limited to 'security/drweb-sendmail/files/Makefile.libsmutil')
-rw-r--r-- | security/drweb-sendmail/files/Makefile.libsmutil | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/drweb-sendmail/files/Makefile.libsmutil b/security/drweb-sendmail/files/Makefile.libsmutil deleted file mode 100644 index 2e73a9a789a2..000000000000 --- a/security/drweb-sendmail/files/Makefile.libsmutil +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ -# -SENDMAIL_DIR=/usr/src/contrib/sendmail -.PATH: ${SENDMAIL_DIR}/libsmutil - -CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL -D_FFR_MILTER=1 - -# User customizations to the sendmail build environment -CFLAGS+=${SENDMAIL_CFLAGS} - -LIB= smutil - -SRCS+= debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c - -INTERNALLIB= true -NOPIC= true -INTERNALSTATICLIB= true - -.include <bsd.lib.mk> |