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