8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
# $FreeBSD$
|
||
|
.PATH: ${.CURDIR}/../../netinet6
|
||
|
|
||
|
KMOD= send
|
||
|
SRCS= send.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|