]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ath/ath_ee_v4k_print/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / ath / ath_ee_v4k_print / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5 PROG=   ath_ee_v4k_print
6 SRCS=   main.c eeprom.c v4k.c
7 NOMAN=  yes
8 NO_MAN= yes
9
10 .include <../Makefile.inc>
11
12 .include <bsd.prog.mk>