diff options
author | hm <hm@FreeBSD.org> | 1999-03-07 17:09:03 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-03-07 17:09:03 +0000 |
commit | d3cdfce5f6a0a4d9c1806d24c9a9bd5e5ee676a6 (patch) | |
tree | 4651172a60edd6afc0f607f4e3ec4adeb513a676 /usr.sbin/i4b/Makefile | |
parent | 36b481d4f3a44d80e63d9ab230c89bdc520fb8c2 (diff) | |
download | FreeBSD-src-d3cdfce5f6a0a4d9c1806d24c9a9bd5e5ee676a6.zip FreeBSD-src-d3cdfce5f6a0a4d9c1806d24c9a9bd5e5ee676a6.tar.gz |
add the dtmfdecode program (added to i4b with 0.71.00) to the i4b userland
Diffstat (limited to 'usr.sbin/i4b/Makefile')
-rw-r--r-- | usr.sbin/i4b/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/i4b/Makefile b/usr.sbin/i4b/Makefile index 3c12d78..c1d71e7 100644 --- a/usr.sbin/i4b/Makefile +++ b/usr.sbin/i4b/Makefile @@ -1,4 +1,4 @@ SUBDIR = isdntrace isdndebug isdnd alawulaw man isdntest \ - isdntel isdntelctl isdnmonitor isdndecode + isdntel isdntelctl isdnmonitor isdndecode dtmfdecode .include <bsd.subdir.mk> |