Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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 # $DragonFly: src/usr.sbin/i4b/dtmfdecode/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
5 #
6 #       last edit-date: [Tue Dec 14 21:17:46 1999]
7 #
8 #---------------------------------------------------------------------------
9
10 PROG=   dtmfdecode
11
12 CFLAGS+= -DDEBUG
13
14 # libm is only necessary if USE_COS is defined in the source
15 #LDADD= -lm
16
17 test:   ${PROG}
18         uudecode -p < dtmfsounds.al.uu | ./${PROG}
19
20 .include <bsd.prog.mk>