]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/zyd/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / zyd / Makefile
1 # ZyDAS Loadable Kernel Module
2 #
3 # $FreeBSD$
4
5 .PATH: ${.CURDIR}/../../dev/usb
6
7 KMOD    = if_zyd
8 SRCS    = if_zyd.c opt_usb.h device_if.h bus_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>