summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-21 02:25:02 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-21 02:25:02 +0000
commit6e1344896b6a1c7f86860facb1b01c56bbd41f86 (patch)
treeadf98973479ff6c11e5a3ec49cb1a95fe1e21c22
parent9dd37d99bcb3636e148234945a55acd8d337e6f5 (diff)
Do not build sethdlc-new by default
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1006 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45f2259..dd7a2dd 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ endif
ifneq (,$(wildcard /usr/include/newt.h))
ZTTOOL:=zttool
endif
-BINS:=ztcfg sethdlc-new ztmonitor ztspeed $(ZTTOOL) zttest fxotune
+BINS:=ztcfg ztmonitor ztspeed $(ZTTOOL) zttest fxotune
UTILS:=tor2ee ztspeed zttool ztmonitor sethdlc-new \
usbfxstest fxstest fxotune fxsdump ztdiag
UTILSO:=$(UTILS:%=%.o)