freebsd-dev/usr.sbin/i4b/dtmfdecode/Makefile
2001-03-26 14:42:20 +00:00

20 lines
467 B
Makefile

#---------------------------------------------------------------------------
#
# $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>