]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/hole/Makefile
This commit was generated by cvs2svn to compensate for changes in r53799,
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / hole / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
3
4 KMOD=           ng_hole
5 SRCS=           ng_hole.c
6 MAN8=           ng_hole.8
7 KMODDEPS=       netgraph
8
9 .include <bsd.kmod.mk>