1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/accf_http/Makefile

9 lines
104 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netinet
KMOD= accf_http
SRCS= accf_http.c
.include <bsd.kmod.mk>