# $FreeBSD: stable/8/tools/tools/ath/athregs/Makefile 189705 2009-03-11 17:46:01Z sam $

PROG=	athregs

.PATH.c: ${.CURDIR}/../common

SRCS=	dumpregs.c
SRCS+=	dumpregs_5210.c
SRCS+=	dumpregs_5211.c
SRCS+=	dumpregs_5212.c
SRCS+=	dumpregs_5416.c

.include <../Makefile.inc>

.include <bsd.prog.mk>
