summaryrefslogtreecommitdiffstats
path: root/sys/modules/ubsec
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-11-13 17:45:42 +0000
committermux <mux@FreeBSD.org>2002-11-13 17:45:42 +0000
commitc4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c (patch)
tree80c77628b004d60afcd1ef254d9ba91c825c6777 /sys/modules/ubsec
parent04eec5ce47614fc0e1b29956cbf61f6719928b22 (diff)
downloadFreeBSD-src-c4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c.zip
FreeBSD-src-c4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c.tar.gz
Remove opt_pci.h from SRCS, it doesn't exist anymore.
Diffstat (limited to 'sys/modules/ubsec')
-rw-r--r--sys/modules/ubsec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ubsec/Makefile b/sys/modules/ubsec/Makefile
index 8480283..4b9f411 100644
--- a/sys/modules/ubsec/Makefile
+++ b/sys/modules/ubsec/Makefile
@@ -4,6 +4,6 @@
KMOD = ubsec
SRCS = ubsec.c
SRCS += device_if.h bus_if.h pci_if.h
-SRCS += opt_bdg.h opt_bus.h opt_pci.h crypto_if.h
+SRCS += opt_bdg.h opt_bus.h crypto_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud