diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-11-13 17:45:42 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-11-13 17:45:42 +0000 |
| commit | ab03a6a3e2742988e2466d9fe6906caf0256a94a (patch) | |
| tree | 80c77628b004d60afcd1ef254d9ba91c825c6777 | |
| parent | 88c8bcce6c4f2166b71e93a786776a23328b7cf4 (diff) | |
Notes
| -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 c27f2ee069821..bb0bcf257f913 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 84802839d629f..4b9f411bfe989 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> |
