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