Zap KMODDEPS line

This commit is contained in:
Peter Wemm 2000-05-01 18:58:48 +00:00
parent eb78dd7d3a
commit 23f282aa31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59865
32 changed files with 0 additions and 32 deletions

View File

@ -5,6 +5,5 @@ S = ${.CURDIR}/../..
KMOD = if_aue
SRCS = if_aue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ KMOD= ibcs2_coff
SRCS= imgact_coff.c vnode_if.h
NOMAN=
CFLAGS+= -DCOMPAT_IBCS2
KMODDEPS= ibcs2
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_dc
SRCS = if_dc.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_UI
SRCS= ng_UI.c
MAN8= ng_UI.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_async
SRCS= ng_async.c
MAN8= ng_async.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= ng_bpf
SRCS= ng_bpf.c bpf_filter.c
MAN8= ng_bpf.8
KMODDEPS= netgraph
.PATH: ${.CURDIR}/../../../net

View File

@ -4,7 +4,6 @@
KMOD= ng_cisco
SRCS= ng_cisco.c opt_inet.h opt_atalk.h opt_ipx.h
MAN8= ng_cisco.8
KMODDEPS= netgraph
IFACE_INET?= 1 # 0/1 - requires INET configured in kernel
IFACE_NETATALK?= 0 # 0/1 - requires NETATALK configured in kernel

View File

@ -4,6 +4,5 @@
KMOD= ng_echo
SRCS= ng_echo.c
MAN8= ng_echo.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_frame_relay
SRCS= ng_frame_relay.c
MAN8= ng_frame_relay.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_hole
SRCS= ng_hole.c
MAN8= ng_hole.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_iface
SRCS= ng_iface.c
MAN8= ng_iface.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_ksocket
SRCS= ng_ksocket.c
MAN8= ng_ksocket.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_lmi
SRCS= ng_lmi.c
MAN8= ng_lmi.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= ng_mppc
SRCS= ng_mppc.c opt_netgraph.h
MAN8= ng_mppc.8
KMODDEPS= netgraph
NETGRAPH_MPPC_COMPRESSION?= 0
NETGRAPH_MPPC_ENCRYPTION?= 1

View File

@ -4,6 +4,5 @@
KMOD= ng_ppp
SRCS= ng_ppp.c
MAN8= ng_ppp.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_pppoe
SRCS= ng_pppoe.c
MAN8= ng_pppoe.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_pptpgre
SRCS= ng_pptpgre.c
MAN8= ng_pptpgre.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_rfc1490
SRCS= ng_rfc1490.c
MAN8= ng_rfc1490.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_socket
SRCS= ng_socket.c
MAN8= ng_socket.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_tee
SRCS= ng_tee.c
MAN8= ng_tee.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= ng_tty
SRCS= ng_tty.c
MAN8= ng_tty.8
KMODDEPS= netgraph
.include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= ng_vjc
SRCS= ng_vjc.c slcompress.c
MAN8= ng_vjc.8
KMODDEPS= netgraph
.PATH: ${.CURDIR}/../../../net

View File

@ -3,7 +3,6 @@
.PATH: ${.CURDIR}/../../nwfs
KMOD= nwfs
KMODDEPS= ncp
SRCS= vnode_if.h \
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \

View File

@ -4,6 +4,5 @@
KMOD = if_rl
SRCS = if_rl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_sf
SRCS = if_sf.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_sis
SRCS = if_sis.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_ste
SRCS = if_ste.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_tl
SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_tx
SRCS = if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_vr
SRCS = if_vr.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_wb
SRCS = if_wb.c opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD = if_xl
SRCS = if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
KMODDEPS = miibus
.include <bsd.kmod.mk>