From e0d020b3c47894e6ca2836d4b2f11ccfb34cbf37 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Mon, 29 Aug 2005 15:18:04 +0000 Subject: [PATCH] Unbreak stand-alone build of the de(4) module. --- sys/modules/de/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/de/Makefile b/sys/modules/de/Makefile index c8eeb5cab5f..cf07c46f036 100644 --- a/sys/modules/de/Makefile +++ b/sys/modules/de/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../pci KMOD= if_de -SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS= if_de.c opt_bdg.h opt_ddb.h device_if.h bus_if.h pci_if.h # Compile-time options.