1# $FreeBSD$
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