openbsd-ports/mail/smtp-vilter/patches/patch-Makefile
mbalmer 93985f9733 mail/smtp-vilter, a sendmail milter for email content scanning using
different backends (clamd, spamd, savse).

ok naddy@, alek@
2004-11-17 11:00:01 +00:00

22 lines
578 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2004/11/17 11:00:01 mbalmer Exp $
--- Makefile.orig Fri Nov 12 08:32:22 2004
+++ Makefile Fri Nov 12 08:32:38 2004
@@ -17,17 +17,6 @@ LPR= lpr -o sides=two-sided-short-edge
OS!=uname -s
-.if ${OS} == "OpenBSD"
-.if !defined(WANT_LIBMILTER)
-SUBDIR=
-.END:
- @echo "Compiling smtp-vilter requires sendmail with milter support."
- @echo
- @echo "Please set WANT_LIBMILTER=1 in /etc/mk.conf and recompile"
- @echo "and reinstall sendmail before compiling smtp-vilter."
-.endif
-.endif
-
allclean: cleandir
make -f Makefile.linux clean