aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
commit18b039eb0427a130041c248eeceb5f0b2f1a56f6 (patch)
tree12e55ac2a33e8ffa32b1c594e685772cec714bb8
parentadec8f43387c91bdf13103ba82c16a2af8b77f27 (diff)
Don't generate 'bpf.h' since it's not used.
Notes
Notes: svn path=/head/; revision=51704
-rw-r--r--sys/modules/al/Makefile7
-rw-r--r--sys/modules/ax/Makefile7
-rw-r--r--sys/modules/dm/Makefile7
-rw-r--r--sys/modules/fxp/Makefile7
-rw-r--r--sys/modules/if_disc/Makefile7
-rw-r--r--sys/modules/if_sl/Makefile7
-rw-r--r--sys/modules/if_tun/Makefile7
-rw-r--r--sys/modules/mx/Makefile7
-rw-r--r--sys/modules/pn/Makefile7
-rw-r--r--sys/modules/sf/Makefile7
-rw-r--r--sys/modules/sis/Makefile7
-rw-r--r--sys/modules/sk/Makefile7
-rw-r--r--sys/modules/ste/Makefile7
-rw-r--r--sys/modules/ti/Makefile7
-rw-r--r--sys/modules/tl/Makefile7
-rw-r--r--sys/modules/vr/Makefile7
-rw-r--r--sys/modules/wb/Makefile7
-rw-r--r--sys/modules/xl/Makefile7
18 files changed, 36 insertions, 90 deletions
diff --git a/sys/modules/al/Makefile b/sys/modules/al/Makefile
index 7147e1438e92..79cdb3f74639 100644
--- a/sys/modules/al/Makefile
+++ b/sys/modules/al/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = al
-SRCS = if_al.c al.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_al.c al.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += al.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += al.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
al.h:
echo "#define NAL 1" > al.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/ax/Makefile b/sys/modules/ax/Makefile
index bf18b138e290..09e719723ac7 100644
--- a/sys/modules/ax/Makefile
+++ b/sys/modules/ax/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_ax
-SRCS = if_ax.c ax.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += ax.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_ax.c ax.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += ax.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ax.h:
echo "#define NAX 1" > ax.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/dm/Makefile b/sys/modules/dm/Makefile
index f4fac6ee009e..711e5bdac979 100644
--- a/sys/modules/dm/Makefile
+++ b/sys/modules/dm/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_dm
-SRCS = if_dm.c dm.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_dm.c dm.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += dm.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += dm.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
dm.h:
echo "#define NDM 1" > dm.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile
index 715280d12cd2..717150884ee0 100644
--- a/sys/modules/fxp/Makefile
+++ b/sys/modules/fxp/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_fxp
-SRCS = if_fxp.c fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += fxp.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_fxp.c fxp.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += fxp.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
fxp.h:
echo "#define NFXP 1" > fxp.h
-bpf.h:
- echo "#define NBPF 0" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile
index e5df9a67610e..71d9e7db53af 100644
--- a/sys/modules/if_disc/Makefile
+++ b/sys/modules/if_disc/Makefile
@@ -2,16 +2,13 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_disc
-SRCS= if_disc.c bpf.h opt_inet.h
+SRCS= if_disc.c opt_inet.h
NOMAN=
NBPF?= 1
CFLAGS+= ${PROTOS}
-CLEANFILES+= bpf.h opt_inet.h
-
-bpf.h:
- echo "#define NBPF ${NBPF}" > bpf.h
+CLEANFILES+= opt_inet.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index 5d177c34b719..70f55ae899ac 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_sl
-SRCS= if_sl.c slcompress.c bpf.h opt_inet.h sl.h
+SRCS= if_sl.c slcompress.c opt_inet.h sl.h
NOMAN=
NBPF?= 1
@@ -10,10 +10,7 @@ NSL?= 2
PROTOS?= -DINET
CFLAGS+= ${PROTOS}
-CLEANFILES+= bpf.h opt_inet.h sl.h
-
-bpf.h:
- echo "#define NBPF ${NBPF}" > bpf.h
+CLEANFILES+= opt_inet.h sl.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 038ef19a37dd..fe5ee2911af5 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_tun
-SRCS= if_tun.c bpf.h opt_devfs.h opt_inet.h tun.h vnode_if.h
+SRCS= if_tun.c opt_devfs.h opt_inet.h tun.h vnode_if.h
NOMAN=
CLEANFILES+= vnode_if.h vnode_if.c
@@ -10,10 +10,7 @@ NBPF?= 1
NTUN?= 2
CFLAGS+= ${PROTOS}
-CLEANFILES+= bpf.h opt_devfs.h opt_inet.h tun.h
-
-bpf.h:
- echo "#define NBPF ${NBPF}" > bpf.h
+CLEANFILES+= opt_devfs.h opt_inet.h tun.h
opt_devfs.h:
touch opt_devfs.h
diff --git a/sys/modules/mx/Makefile b/sys/modules/mx/Makefile
index 0e745d12da10..a44c6f2d7dad 100644
--- a/sys/modules/mx/Makefile
+++ b/sys/modules/mx/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_mx
-SRCS = if_mx.c mx.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += mx.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_mx.c mx.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += mx.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
mx.h:
echo "#define NMX 1" > mx.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/pn/Makefile b/sys/modules/pn/Makefile
index 02e52912587b..d07b1d843032 100644
--- a/sys/modules/pn/Makefile
+++ b/sys/modules/pn/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_pn
-SRCS = if_pn.c pn.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += pn.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_pn.c pn.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += pn.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
pn.h:
echo "#define NFXP 1" > pn.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/sf/Makefile b/sys/modules/sf/Makefile
index b58ed5b1554e..2239014ba9f6 100644
--- a/sys/modules/sf/Makefile
+++ b/sys/modules/sf/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_sf
-SRCS = if_sf.c sf.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_sf.c sf.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += sf.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += sf.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
KMODDEPS = miibus
@@ -14,9 +14,6 @@ CFLAGS += ${DEBUG_FLAGS}
sf.h:
echo "#define NSF 1" > sf.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/sis/Makefile b/sys/modules/sis/Makefile
index 37572031c144..f2a246635adf 100644
--- a/sys/modules/sis/Makefile
+++ b/sys/modules/sis/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_sis
-SRCS = if_sis.c sis.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_sis.c sis.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += sis.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += sis.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
sis.h:
echo "#define NSIS 1" > sis.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/sk/Makefile b/sys/modules/sk/Makefile
index b45da92e0da7..c282093a3d9d 100644
--- a/sys/modules/sk/Makefile
+++ b/sys/modules/sk/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_sk
-SRCS = if_sk.c sk.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
-CLEANFILES += sk.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_sk.c sk.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += sk.h opt_bdg.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
sk.h:
echo "#define NSK 1" > sk.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/ste/Makefile b/sys/modules/ste/Makefile
index 3ed85a2020da..302e82be1c6d 100644
--- a/sys/modules/ste/Makefile
+++ b/sys/modules/ste/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_ste
-SRCS = if_ste.c ste.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_ste.c ste.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += ste.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += ste.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
ste.h:
echo "#define NSTE 1" > ste.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 44efe9f683a7..16914779ab05 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_ti
-SRCS = if_ti.c ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
-CLEANFILES += ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
+SRCS = if_ti.c ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
+CLEANFILES += ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ti.h:
echo "#define NTI 1" > ti.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile
index 2ae6f89534de..5d0587e8cbf2 100644
--- a/sys/modules/tl/Makefile
+++ b/sys/modules/tl/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_tl
-SRCS = if_tl.c tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_tl.c tl.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += tl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += tl.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILEs += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
tl.h:
echo "#define NTL 1" > tl.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/vr/Makefile b/sys/modules/vr/Makefile
index 0d815016b5dd..034175cff83c 100644
--- a/sys/modules/vr/Makefile
+++ b/sys/modules/vr/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_vr
-SRCS = if_vr.c vr.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_vr.c vr.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += vr.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += vr.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
KMODDEPS = miibus
@@ -14,9 +14,6 @@ CFLAGS += ${DEBUG_FLAGS}
vr.h:
echo "#define NVR 1" > vr.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile
index 2a07c3e7e7ef..c76f3df102f6 100644
--- a/sys/modules/wb/Makefile
+++ b/sys/modules/wb/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_wb
-SRCS = if_wb.c wb.h bpf.h opt_bdg.h device_if.h
+SRCS = if_wb.c wb.h opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
-CLEANFILES += wb.h bpf.h opt_bdg.h device_if.h
+CLEANFILES += wb.h opt_bdg.h device_if.h
CLEANFILES += bus_if.h miibus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
wb.h:
echo "#define NWB 1" > wb.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile
index e33d36d49955..ffdb37f9812a 100644
--- a/sys/modules/xl/Makefile
+++ b/sys/modules/xl/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_xl
-SRCS = if_xl.c xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_xl.c xl.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += xl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += xl.h opt_bdg.h device_if.h bus_if.h pci_if.h
CLEANFILES += miibus_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
@@ -13,9 +13,6 @@ KMODDEPS = miibus
xl.h:
echo "#define NXL 1" > xl.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h