]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/udav/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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>