]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netgraph/netgraph/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / netgraph / netgraph / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $
3
4 KMOD=   netgraph
5 SRCS=   ng_base.c ng_parse.c
6
7 .include <bsd.kmod.mk>