summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/dtmfdecode/Makefile
blob: 3413ad20360867978c1945da15f9c0951507da6d (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

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

CFLAGS          +=      -Wall -DDEBUG

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

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