aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rl/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-27 00:39:29 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-27 00:39:29 +0000
commit26fe698c6709e7e9705945c0179e5f7d6c09c554 (patch)
tree26929d9a33474f023589287bbc134d14e478bc4e /sys/modules/rl/Makefile
parenta590ad80ac51af2e660325e400c8dade8a9aa8eb (diff)
Notes
Diffstat (limited to 'sys/modules/rl/Makefile')
-rw-r--r--sys/modules/rl/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/rl/Makefile b/sys/modules/rl/Makefile
index 0ea181392286..b230d992a353 100644
--- a/sys/modules/rl/Makefile
+++ b/sys/modules/rl/Makefile
@@ -3,9 +3,9 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_rl
-SRCS = if_rl.c rl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS = if_rl.c rl.h opt_bdg.h device_if.h bus_if.h pci_if.h
SRCS += miibus_if.h
-CLEANFILES += rl.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h
+CLEANFILES += rl.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}
rl.h:
echo "#define NRL 1" > rl.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h