summaryrefslogtreecommitdiff
path: root/sys/modules/vr
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 /sys/modules/vr
parentadec8f43387c91bdf13103ba82c16a2af8b77f27 (diff)
Notes
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 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