]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/iwmbtfw/Makefile
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / iwmbtfw / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        bluetooth
4 CONFS=          iwmbtfw.conf
5 CONFSDIR=       /etc/devd
6 PROG=           iwmbtfw
7 MAN=            iwmbtfw.8
8 LIBADD+=        usb
9 SRCS=           main.c iwmbt_fw.c iwmbt_hw.c
10
11 .include <bsd.prog.mk>