Makefile revision 276486
1# $FreeBSD: stable/10/tools/tools/ath/ath_ee_9287_print/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3.PATH:  ${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5PROG=	ath_ee_9287_print
6SRCS=	main.c eeprom.c 9287.c
7NOMAN=	yes
8MAN=
9
10.include <../Makefile.inc>
11
12.include <bsd.prog.mk>
13