diff options
author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /sys/modules/netgraph/async/Makefile | |
parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) |
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
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
Notes
Notes:
svn path=/head/; revision=52419
Diffstat (limited to 'sys/modules/netgraph/async/Makefile')
-rw-r--r-- | sys/modules/netgraph/async/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/netgraph/async/Makefile b/sys/modules/netgraph/async/Makefile new file mode 100644 index 000000000000..507d0e4068be --- /dev/null +++ b/sys/modules/netgraph/async/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ +# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ + +KMOD= ng_async +SRCS= ng_async.c +MAN8= ng_async.8 +KMODDEPS= netgraph + +.include <bsd.kmod.mk> |