No empty .Rs/.Re
[netbsd-mini2440.git] / usr.sbin / isdn / dtmfdecode / Makefile
blobf54a5b35632c69345d03381f30dbefa08f4544a9
1 # $NetBSD: Makefile,v 1.2 2002/02/04 16:44:06 drochner Exp $
3 PROG = dtmfdecode
4 SRC = dtmfdecode.c
6 # libm is only necessary if USE_COS is defined in the source
7 #LDADD += -lm
9 UUDECODE_FILES = dtmfsounds.al
11 test: ${PROG} ${UUDECODE_FILES}
12 ./${PROG} < dtmfsounds.al
14 .include <bsd.files.mk>
15 .include <bsd.prog.mk>