1# $FreeBSD$ 2 3KMOD= ng_ksocket 4SRCS= ng_ksocket.c 5MAN8= ng_ksocket.8 6KMODDEPS= netgraph 7 8.include <bsd.kmod.mk> 9