aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/source/Makefile
blob: 603a6b05bee16d7a897877d9ddfe1cf9d6f92f5e (plain) (blame)
1
2
3
4
5
6
7

KMOD=		ng_source
SRCS= 		ng_source.c
# 4.x only
#KMODDEPS=	netgraph

.include <bsd.kmod.mk>