summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-06-04 03:59:20 +0000
committerweongyo <weongyo@FreeBSD.org>2009-06-04 03:59:20 +0000
commit8169fd25adc3c722062436a31519ed3460624eb0 (patch)
treed27fa92dfa8fc28be99fefccbc9e1e4a9d5d7411 /sys/modules
parentda19c2c2582ecd18d96834c18e0409f8bc34fb3b (diff)
downloadFreeBSD-src-8169fd25adc3c722062436a31519ed3460624eb0.zip
FreeBSD-src-8169fd25adc3c722062436a31519ed3460624eb0.tar.gz
add two prerequisites; if_zydreg.h and if_zydfw for dependency check.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/zyd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/zyd/Makefile b/sys/modules/usb/zyd/Makefile
index 10711f9..48dd9eb 100644
--- a/sys/modules/usb/zyd/Makefile
+++ b/sys/modules/usb/zyd/Makefile
@@ -31,6 +31,6 @@ S= ${.CURDIR}/../../..
KMOD= if_zyd
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
- if_zyd.c
+ if_zyd.c if_zydreg.h if_zydfw.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud