mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
9 lines
104 B
Makefile
9 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
|
|
KMOD= accf_data
|
|
SRCS= accf_data.c
|
|
|
|
.include <bsd.kmod.mk>
|