diff options
author | mux <mux@FreeBSD.org> | 2002-11-13 17:45:42 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-11-13 17:45:42 +0000 |
commit | c4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c (patch) | |
tree | 80c77628b004d60afcd1ef254d9ba91c825c6777 /sys/modules | |
parent | 04eec5ce47614fc0e1b29956cbf61f6719928b22 (diff) | |
download | FreeBSD-src-c4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c.zip FreeBSD-src-c4c5e2af2a341a73bfc9368c14b4499c4d5a4a3c.tar.gz |
Remove opt_pci.h from SRCS, it doesn't exist anymore.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/hifn/Makefile | 2 | ||||
-rw-r--r-- | 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 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> |