# $FreeBSD: stable/10/tools/tools/ath/ath_ee_9300_print/Makefile 276486 2014-12-31 23:25:37Z ngie $ .PATH: ${.CURDIR}/../../../../sys/dev/ath/ath_hal PROG= ath_ee_9300_print NOMAN= yes MAN= SRCS= main.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 <../Makefile.inc> .include