1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00
freebsd/usr.sbin/i4b/dtmfdecode/Makefile
David E. O'Brien 90e655ea4e Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

20 lines
412 B
Makefile

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