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