mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 14:25:50 -05:00
7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= accf_data
|
|
SRCS= accf_data.c
|
|
|
|
.include <bsd.kmod.mk>
|