8 lines
105 B
Makefile
8 lines
105 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../netinet
|
||
|
KMOD = accf_http
|
||
|
SRCS = accf_http.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|