head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.02.04.03.39;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244953
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/tools/tools/ath/athspectral/Makefile 244953 2013-01-02 04:02:27Z adrian $

PROG=	athspectral

.include <../Makefile.inc>

SRCS=	athspectral.c
SRCS+=	opt_ah.h
CLEANFILES+=	opt_ah.h

opt_ah.h:
	echo "#define AH_DEBUG 1" > opt_ah.h
	echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
	echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h

.include <bsd.prog.mk>
@
