mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../netinet
|
||
|
|
||
|
KMOD= ipdivert
|
||
|
SRCS= ip_divert.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|