summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/dtmfdecode/Makefile
blob: 74a9df7cde9dbfbe4e6d63155423a03422a7ffde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#---------------------------------------------------------------------------
#
# $FreeBSD$
#
#	last edit-date: [Tue Dec 14 21:17:46 1999]
#
#---------------------------------------------------------------------------

PROG=	dtmfdecode

CFLAGS+= -DDEBUG

# libm is only necessary if USE_COS is defined in the source
#LDADD=	-lm

test:   ${PROG}
	uudecode -p < dtmfsounds.al.uu | ./${PROG}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud