freebsd-dev/usr.sbin/bluetooth/ath3kfw/Makefile
Ed Schouten 48a16a34d8 Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
2011-06-06 20:24:17 +00:00

9 lines
102 B
Makefile

# $FreeBSD$
PROG= ath3kfw
MAN= ath3kfw.8
DPADD+= ${LIBUSB}
LDADD+= -lusb
.include <bsd.prog.mk>