summaryrefslogtreecommitdiffstats
path: root/sys/modules/vr
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
committerpeter <peter@FreeBSD.org>1999-09-27 00:34:02 +0000
commit3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306 (patch)
tree7b4a506a66cd76e9ce362bf9829d796b61e08ef4 /sys/modules/vr
parentb09937d8f3744997aab502521d1c0e3d115fcf44 (diff)
downloadFreeBSD-src-3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306.zip
FreeBSD-src-3b7b04fccc5c46d07ffbbcd9c0246fe5edb20306.tar.gz
Don't generate 'bpf.h' since it's not used.
Diffstat (limited to 'sys/modules/vr')
-rw-r--r--sys/modules/vr/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/vr/Makefile b/sys/modules/vr/Makefile
index 0d81501..034175c 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
OpenPOWER on IntegriCloud