summaryrefslogtreecommitdiff
path: root/security/drweb-sendmail/files/Makefile.libmilter
diff options
context:
space:
mode:
Diffstat (limited to 'security/drweb-sendmail/files/Makefile.libmilter')
-rw-r--r--security/drweb-sendmail/files/Makefile.libmilter21
1 files changed, 0 insertions, 21 deletions
diff --git a/security/drweb-sendmail/files/Makefile.libmilter b/security/drweb-sendmail/files/Makefile.libmilter
deleted file mode 100644
index c992c904e431..000000000000
--- a/security/drweb-sendmail/files/Makefile.libmilter
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-#
-SENDMAIL_DIR=/usr/src/contrib/sendmail
-.PATH: ${SENDMAIL_DIR}/libmilter
-
-CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include
-CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL -D_FFR_MILTER=1
-CFLAGS+=-D_THREAD_SAFE
-
-# User customizations to the sendmail build environment
-CFLAGS+=${SENDMAIL_CFLAGS}
-
-LIB= milter
-
-SRCS+= comm.c engine.c handler.c listener.c main.c signal.c sm_gethost.c smfi.c
-
-INTERNALLIB= true
-NOPIC= true
-INTERNALSTATICLIB= true
-
-.include <bsd.lib.mk>