mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -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>
|