aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/one2many/Makefile
blob: fb7a64398b6d48412fe55e6d33dae32dd531d854 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

KMOD=	ng_one2many
SRCS= 	ng_one2many.c
NOMAN=

.include <bsd.kmod.mk>