aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/accf_http/Makefile
blob: dc491a819747613a363d08579c12bde1717703da (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/netinet

KMOD=	accf_http
SRCS=	accf_http.c

.include <bsd.kmod.mk>