diff options
author | imp <imp@FreeBSD.org> | 2004-06-27 12:33:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-06-27 12:33:20 +0000 |
commit | 0df2455743759552cc8c0a7f339c8907465b7d1e (patch) | |
tree | ed1acea8573ce5ce59c929585da44ae17f7f823e /sys/modules/umct | |
parent | 518c2672d85d7929efa2c946920ebe50eca88fb0 (diff) | |
download | FreeBSD-src-0df2455743759552cc8c0a7f339c8907465b7d1e.zip FreeBSD-src-0df2455743759552cc8c0a7f339c8907465b7d1e.tar.gz |
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.
Diffstat (limited to 'sys/modules/umct')
-rw-r--r-- | sys/modules/umct/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/umct/Makefile b/sys/modules/umct/Makefile index f2e88fa..0ca9dc4 100644 --- a/sys/modules/umct/Makefile +++ b/sys/modules/umct/Makefile @@ -4,6 +4,6 @@ S= ${.CURDIR}/../.. .PATH: $S/dev/usb KMOD= umct -SRCS= umct.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h +SRCS= umct.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h usbdevs.h .include <bsd.kmod.mk> |