diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 20:15:43 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 20:15:43 +0000 |
commit | 64ce814a31d9058c3daa39cf58d14de0fa1f3cc9 (patch) | |
tree | 2e15a775160f5f98a1a9fd017bc167a632b81256 /security/drweb-sendmail/files | |
parent | Hide extraction process (diff) |
1) Add ability to build on any machine by direct adding -D_FFR_MILTER=1
to libmilter Makefile, so remove IS_INSTERACTIVE
2) Rename final rc.d/drweb-smf.sh to rc.d/drwebsmf.sh to start it _after_
drwebd.sh if on the same machine
Diffstat (limited to 'security/drweb-sendmail/files')
-rw-r--r-- | security/drweb-sendmail/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb-sendmail/files/Makefile b/security/drweb-sendmail/files/Makefile index 7a596c37c349..b891e9bc2b9d 100644 --- a/security/drweb-sendmail/files/Makefile +++ b/security/drweb-sendmail/files/Makefile @@ -4,7 +4,7 @@ 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 +CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL -D_FFR_MILTER=1 # User customizations to the sendmail build environment CFLAGS+=${SENDMAIL_CFLAGS} |