Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2008/11/20 09:58:45 ad Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/netinet
6
7KMOD=	accf_httpready
8SRCS=	accf_http.c
9
10.include <bsd.kmodule.mk>
11