aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-08-31 11:13:47 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-08-31 11:13:47 +0000
commitec4d75013401c5f5c9f60b74deb3241c8f946c1c (patch)
tree8858cc52a81f3c65754a31b7e6ff2f8f2bb39183 /sys/modules
parent2dd2ab9fc899295c7ad3c529e48e7b645ca69e89 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bktr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile
index cb17db2a800f..96d15c8bdb66 100644
--- a/sys/modules/bktr/Makefile
+++ b/sys/modules/bktr/Makefile
@@ -14,8 +14,8 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = bktr
-SRCS = brooktree848.c bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h
-CLEANFILES += bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h
+SRCS = brooktree848.c bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
+CLEANFILES += bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
FLAGS += ${DEBUG_FLAGS}
bktr.h: