..
mppc
..
+ one2many
+ ..
ppp
..
pptpgre
netgraph7/bridge netgraph7/cisco netgraph7/deflate netgraph7/echo \
netgraph7/etf netgraph7/ether netgraph7/frame_relay netgraph7/hole \
netgraph7/iface netgraph7/ksocket netgraph7/l2tp netgraph7/lmi \
- netgraph7/mppc netgraph7/ppp \
+ netgraph7/mppc netgraph7/one2many netgraph7/ppp \
netgraph7/pptpgre netgraph7/socket netgraph7/tee netgraph7/vjc \
bus/cam bus/usb bus/pccard bus/pci bus/isa bus/ppbus bus/smbus \
netproto/atm netproto/ipsec netproto/ipx \
#include <netgraph7/l2tp/ng_l2tp.h>
#include <netgraph7/lmi/ng_lmi.h>
#include <netgraph7/mppc/ng_mppc.h>
-/*
#include <netgraph7/one2many/ng_one2many.h>
-*/
#include <netgraph7/ppp/ng_ppp.h>
/*
#include <netgraph7/pppoe/ng_pppoe.h>
COOKIE(L2TP),
COOKIE(LMI),
COOKIE(MPPC),
-/*
COOKIE(ONE2MANY),
-*/
COOKIE(PPP),
/*
COOKIE(PPPOE),
netgraph7/mppc/ng_mppc.c optional netgraph7_mppc_compression
netgraph7/mppc/ng_mppc.c optional netgraph7_mppc_encryption
netgraph7/ng_nat.c optional netgraph7_nat
-netgraph7/ng_one2many.c optional netgraph7_one2many
+netgraph7/one2many/ng_one2many.c optional netgraph7_one2many
netgraph7/netgraph/ng_parse.c optional netgraph7
netgraph7/ppp/ng_ppp.c optional netgraph7_ppp
netgraph7/ng_pppoe.c optional netgraph7_pppoe
lmi \
mppc \
netgraph \
+ one2many \
ppp \
pptpgre \
socket \
# eiface \
# fec \
# netgraph \
-# one2many \
# pppoe \
# rfc1490 \
# socket \
--- /dev/null
+# $FreeBSD: src/sys/modules/netgraph/one2many/Makefile,v 1.1.2.1 2000/11/16 17:28:32 archie Exp $
+# $DragonFly: src/sys/netgraph/one2many/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
+
+KMOD= ng_one2many
+SRCS= ng_one2many.c
+
+.include <bsd.kmod.mk>
#include <sys/mbuf.h>
#include <sys/errno.h>
-#include "ng_message.h"
-#include "netgraph.h"
-#include "ng_parse.h"
+#include <netgraph7/ng_message.h>
+#include <netgraph7/netgraph.h>
+#include <netgraph7/ng_parse.h>
#include "ng_one2many.h"
/* Per-link private data */