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/uvscom | |
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/uvscom')
-rw-r--r-- | sys/modules/uvscom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/uvscom/Makefile b/sys/modules/uvscom/Makefile index 672eaeb..4753e9b 100644 --- a/sys/modules/uvscom/Makefile +++ b/sys/modules/uvscom/Makefile @@ -5,6 +5,6 @@ S= ${.CURDIR}/../.. KMOD= uvscom SRCS= uvscom.c ucomvar.h opt_usb.h opt_uvscom.h \ - device_if.h bus_if.h vnode_if.h + device_if.h bus_if.h vnode_if.h usbdevs.h .include <bsd.kmod.mk> |