Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / i4b / dtmfdecode / Makefile
1 #---------------------------------------------------------------------------
2 #
3 # $FreeBSD: src/usr.sbin/i4b/dtmfdecode/Makefile,v 1.6.2.2 2001/08/01 17:29:17 obrien Exp $
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>