diff options
author | adrian <adrian@FreeBSD.org> | 2011-12-23 02:57:18 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-12-23 02:57:18 +0000 |
commit | 06ccbf48e37cb56e3aef2397013847eeaa9699af (patch) | |
tree | 2b6ec2ee5c04ef530e61166d5e25eda52f0180a3 | |
parent | a2b2712980e36e6162bd4ef4fa835685b97b2e60 (diff) | |
download | FreeBSD-src-06ccbf48e37cb56e3aef2397013847eeaa9699af.zip FreeBSD-src-06ccbf48e37cb56e3aef2397013847eeaa9699af.tar.gz |
Add in ath_ee_9287_print.
-rw-r--r-- | tools/tools/ath/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/ath/Makefile b/tools/tools/ath/Makefile index 03269bc..921fd3a 100644 --- a/tools/tools/ath/Makefile +++ b/tools/tools/ath/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= arcode athdebug athdecode athkey athpoke athprom athrd athregs -SUBDIR+= athstats ath_ee_v14_print ath_prom_read ath_ee_v4k_print -SUBDIR+= athradar +SUBDIR+= athstats ath_prom_read ath_radar +SUBDIR+= ath_ee_v14_print ath_ee_v4k_print ath_ee_9287_print .include <bsd.subdir.mk> |