summaryrefslogtreecommitdiff
path: root/sys/modules/ti
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/ti
parentadec8f43387c91bdf13103ba82c16a2af8b77f27 (diff)
Notes
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 44efe9f683a7..16914779ab05 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_ti
-SRCS = if_ti.c ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
-CLEANFILES += ti.h bpf.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
+SRCS = if_ti.c ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
+CLEANFILES += ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
ti.h:
echo "#define NTI 1" > ti.h
-bpf.h:
- echo "#define NBPF 1" > bpf.h
-
opt_bdg.h:
touch opt_bdg.h