7 lines
68 B
Makefile
7 lines
68 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_ipfw
|
|
SRCS= ng_ipfw.c
|
|
|
|
.include <bsd.kmod.mk>
|