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