mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
.PATH: ${.CURDIR}/../../netinet6
|
||
|
|
|
||
|
|
KMOD= send
|
||
|
|
SRCS= send.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|