remove libmilter conditional

This commit is contained in:
jolan 2004-06-29 06:20:55 +00:00
parent 6ff17d3423
commit afa0461695
2 changed files with 2 additions and 10 deletions

View File

@ -1,8 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2004/03/30 09:57:17 dhartmei Exp $
.if !exists(/usr/lib/libmilter.a)
IGNORE="Fatal: milter required, see instructions in DESCR"
.endif
# $OpenBSD: Makefile,v 1.10 2004/06/29 06:20:55 jolan Exp $
COMMENT= "sendmail milter plugin for regular expression filtering"

View File

@ -1,8 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2004/05/24 07:35:47 dhartmei Exp $
.if !exists(/usr/lib/libmilter.a)
IGNORE="Fatal: milter required, see instructions in DESCR"
.endif
# $OpenBSD: Makefile,v 1.2 2004/06/29 06:20:55 jolan Exp $
COMMENT= "sendmail milter plugin for SpamAssassin spamd"