opnsense-src/usr.sbin/i4b/dtmfdecode/Makefile
1999-12-15 01:07:28 +00:00

21 lines
528 B
Makefile

#---------------------------------------------------------------------------
#
# $FreeBSD$
#
# last edit-date: [Tue Dec 14 21:17:46 1999]
#
#---------------------------------------------------------------------------
PROG = dtmfdecode
SRC = dtmfdecode.c
# libm is only necessary if USE_COS is defined in the source
#LDADD += -lm
CFLAGS += -Wall -g -DDEBUG
MAN1 = dtmfdecode.1
test: ${PROG}
uudecode -p < dtmfsounds.al.uu | ./${PROG}
.include <bsd.prog.mk>