#	$OpenBSD: Makefile,v 1.2 2012/06/16 16:16:09 chl Exp $

.PATH:		${.CURDIR}/..

LIB=	smtpdfilter
WANTLINT=no
SRCS=	filter_api.c
DEBUGLIBS= no
NOPROFILE= yes
NOPIC=	yes

install:
	@echo -n

.include <bsd.own.mk>
.include <bsd.lib.mk>
