summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/hifn/Makefile2
-rw-r--r--sys/modules/ubsec/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile
index c27f2ee..bb0bcf2 100644
--- a/sys/modules/hifn/Makefile
+++ b/sys/modules/hifn/Makefile
@@ -4,6 +4,6 @@
KMOD = hifn
SRCS = hifn7751.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>
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