]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/uipaq/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / uipaq / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../..
4 .PATH: $S/dev/usb
5
6 KMOD=   uipaq
7 SRCS=   uipaq.c opt_usb.h device_if.h bus_if.h usbdevs.h
8
9 .include <bsd.kmod.mk>