From 0df2455743759552cc8c0a7f339c8907465b7d1e Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 27 Jun 2004 12:33:20 +0000 Subject: Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is needed to build as part of world or in src/sys/modules. --- sys/modules/aue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/aue') diff --git a/sys/modules/aue/Makefile b/sys/modules/aue/Makefile index 85ff78f..c7bb645 100644 --- a/sys/modules/aue/Makefile +++ b/sys/modules/aue/Makefile @@ -5,6 +5,6 @@ S= ${.CURDIR}/../.. KMOD= if_aue SRCS= if_aue.c opt_bdg.h opt_usb.h device_if.h bus_if.h -SRCS+= miibus_if.h +SRCS+= miibus_if.h usbdevs.h .include -- cgit v1.1