From 26fe698c6709e7e9705945c0179e5f7d6c09c554 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 27 Sep 1999 00:39:29 +0000 Subject: Don't generate 'bpf.h' since it's not used. --- sys/modules/rl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/modules') 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 -- cgit v1.3