mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
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
7 lines
197 B
Makefile
7 lines
197 B
Makefile
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= async cisco echo frame_relay hole iface lmi netgraph ppp rfc1490 \
|
|
socket tee tty UI vjc
|
|
|
|
.include <bsd.subdir.mk>
|