Add ng_l2tp module.

This commit is contained in:
archie 2002-08-20 22:03:57 +00:00
parent 2774925446
commit 8621b323d9
2 changed files with 9 additions and 2 deletions

View File

@ -2,13 +2,14 @@
# $FreeBSD$
SUBDIR= async \
UI \
bpf \
bridge \
cisco \
echo \
eiface \
etf \
ether \
etf\
frame_relay \
gif \
gif_demux \
@ -16,6 +17,7 @@ SUBDIR= async \
iface \
ip_input \
ksocket \
l2tp \
lmi \
netgraph \
one2many \
@ -29,7 +31,6 @@ SUBDIR= async \
sync_sr \
tee \
tty \
UI \
vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)

View File

@ -0,0 +1,6 @@
# $FreeBSD$
KMOD= ng_l2tp
SRCS= ng_l2tp.c
.include <bsd.kmod.mk>