345e52e742
- MAN[1-9] -> MAN.
20 lines
467 B
Makefile
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>
|