summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-02 02:07:14 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-05-02 02:07:14 +0000
commit044e37e46ffdcbc5210528bc99ee709f30adc7ac (patch)
treeeba5247f0481d83a5664f4a65620371cf4409749 /Makefile
parentf442a0510c1f699588891ac2fad66c1208965323 (diff)
add zttest to the default build
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@381 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81cc230..43f0f7b 100755
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )
MODULESKO=$(shell for x in $(MODULES); do echo "$$x.ko "; done )
ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi)
-BINS=ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL)
+BINS=ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL) zttest
#PRIMARY=wcfxsusb
PRIMARY=torisa