]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/i4b/dtmfdecode/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.sbin / i4b / dtmfdecode / Makefile
1 #---------------------------------------------------------------------------
2 #
3 # $FreeBSD$
4 #
5 #       last edit-date: [Tue Dec 14 21:17:46 1999]
6 #
7 #---------------------------------------------------------------------------
8
9 PROG=   dtmfdecode
10
11 CFLAGS+= -DDEBUG
12
13 # libm is only necessary if USE_COS is defined in the source
14 #LDADD= -lm
15
16 test:   ${PROG}
17         uudecode -p < dtmfsounds.al.uu | ./${PROG}
18
19 .include <bsd.prog.mk>