summaryrefslogtreecommitdiffstats
path: root/sys/modules/rl/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-27 00:39:29 +0000
committerpeter <peter@FreeBSD.org>1999-09-27 00:39:29 +0000
commit62b54b6ca61c02fe9329ecc0c7fad10da17f8233 (patch)
tree820ecb0d5712a2c652f24c22028cb903599c42c2 /sys/modules/rl/Makefile
parentf3e2a0e31338a081fe6b333262894f4fbac5f9d0 (diff)
downloadFreeBSD-src-62b54b6ca61c02fe9329ecc0c7fad10da17f8233.zip
FreeBSD-src-62b54b6ca61c02fe9329ecc0c7fad10da17f8233.tar.gz
Don't generate 'bpf.h' since it's not used.
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 0ea1813..b230d99 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
OpenPOWER on IntegriCloud