4cf49a4355
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
10 lines
166 B
Makefile
10 lines
166 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $
|
|
|
|
KMOD= ng_hole
|
|
SRCS= ng_hole.c
|
|
MAN8= ng_hole.8
|
|
KMODDEPS= netgraph
|
|
|
|
.include <bsd.kmod.mk>
|