From ab03a6a3e2742988e2466d9fe6906caf0256a94a Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Wed, 13 Nov 2002 17:45:42 +0000 Subject: [PATCH] Remove opt_pci.h from SRCS, it doesn't exist anymore. --- sys/modules/hifn/Makefile | 2 +- sys/modules/ubsec/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile index c27f2ee0698..bb0bcf257f9 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 diff --git a/sys/modules/ubsec/Makefile b/sys/modules/ubsec/Makefile index 84802839d62..4b9f411bfe9 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 -- 2.45.2