summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/dtmfdecode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/i4b/dtmfdecode/Makefile')
-rw-r--r--usr.sbin/i4b/dtmfdecode/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/i4b/dtmfdecode/Makefile b/usr.sbin/i4b/dtmfdecode/Makefile
index e746f91..74a9df7 100644
--- a/usr.sbin/i4b/dtmfdecode/Makefile
+++ b/usr.sbin/i4b/dtmfdecode/Makefile
@@ -6,12 +6,12 @@
#
#---------------------------------------------------------------------------
-PROG = dtmfdecode
+PROG= dtmfdecode
-# libm is only necessary if USE_COS is defined in the source
-#LDADD += -lm
+CFLAGS+= -DDEBUG
-CFLAGS += -DDEBUG
+# libm is only necessary if USE_COS is defined in the source
+#LDADD= -lm
test: ${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
OpenPOWER on IntegriCloud