1# $NetBSD: Makefile,v 1.2 2002/02/04 16:44:06 drochner Exp $
2
3PROG            =       dtmfdecode
4SRC             =       dtmfdecode.c
5
6# libm is only necessary if USE_COS is defined in the source
7#LDADD		+=	-lm
8
9UUDECODE_FILES	=	dtmfsounds.al
10
11test:	${PROG} ${UUDECODE_FILES}
12	./${PROG} < dtmfsounds.al
13
14.include <bsd.files.mk>
15.include <bsd.prog.mk>
16