From e56988022fc20517a83a6c611e0eab9485f32565 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 17 Jan 2001 22:36:49 +0000 Subject: Argh! add card_if.h to the generated list. This fixes kernel builds for those who haven't added 'NO_MODULES=off' to /etc/make.conf. --- sys/modules/wi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 0d6d931..71f7b6d 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -3,6 +3,6 @@ .PATH: ${.CURDIR}/../../dev/wi KMOD= if_wi -SRCS= if_wi.c device_if.h bus_if.h +SRCS= if_wi.c card_if.h device_if.h bus_if.h .include -- cgit v1.1