NetBSD/usr.sbin/isdn/dtmfdecode/Makefile
martin fbf08005d7 Import of essential ISDN4BSD userland utilities and their documentation.
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00

13 lines
297 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/01/06 13:00:36 martin Exp $
PROG = dtmfdecode
SRC = dtmfdecode.c
# 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>