$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	
 
