summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-10-24 13:36:13 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-10-24 13:36:13 +0000
commit5d65033efcc9841323d9ca6e892017199b7341d3 (patch)
treed4c77fec93e39cbca1d03e57fd0973c975f21ad9 /Makefile
parent9665f8f22b65b636199392066ac11c3883d7363c (diff)
fxsdump
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@257 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b7023d..e1fc52b 100755
--- a/Makefile
+++ b/Makefile
@@ -216,6 +216,9 @@ usbfxstest: usbfxstest.o
fxstest: fxstest.o
$(CC) -o fxstest fxstest.o -ltonezone
+fxsdump: fxsdump.o
+ $(CC) -o fxsdump fxsdump.o -lm
+
devices:
ifeq ($(DEVFS),)
mkdir -p $(INSTALL_PREFIX)/dev/zap