48a16a34d8
For these directories, WARNS is already implied to be 6.
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ath3kfw
|
|
MAN= ath3kfw.8
|
|
DPADD+= ${LIBUSB}
|
|
LDADD+= -lusb
|
|
|
|
.include <bsd.prog.mk>
|