mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
7 lines
87 B
Makefile
7 lines
87 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= accf_dns
|
|
SRCS= accf_dns.c
|
|
|
|
.include <bsd.kmod.mk>
|