nrelease - fix/improve livecd
[dragonfly.git] / tools / tools / ath / athpoke / Makefile
1 # $FreeBSD: src/tools/tools/ath/athpoke/Makefile,v 1.3 2009/06/24 18:24:37 sam Exp $
2
3 PROG=   athpoke
4 LINKS=  ${BINDIR}/${PROG} ${BINDIR}/athpeek
5
6 .PATH.c: ${.CURDIR}/../common
7
8 SRCS=   athpoke.c
9 SRCS+=  dumpregs_5210.c
10 SRCS+=  dumpregs_5211.c
11 SRCS+=  dumpregs_5212.c
12 SRCS+=  dumpregs_5416.c
13
14 .include <../Makefile.inc>
15
16 .include <bsd.prog.mk>