mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -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>
|