diff options
author | hm <hm@FreeBSD.org> | 2001-01-10 12:42:57 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2001-01-10 12:42:57 +0000 |
commit | 550df6fc0766009ad5353e3e412361b7c36deaf5 (patch) | |
tree | d2a8f0a0e7fd4173756a03585a3e47153235bd9f /etc/isdn | |
parent | f9a771e2b9a6c85ebc6e41b2418e42f883e5eab4 (diff) | |
download | FreeBSD-src-550df6fc0766009ad5353e3e412361b7c36deaf5.zip FreeBSD-src-550df6fc0766009ad5353e3e412361b7c36deaf5.tar.gz |
update the makefile to install all files from this directory to /etc/isdn
Diffstat (limited to 'etc/isdn')
-rw-r--r-- | etc/isdn/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/etc/isdn/Makefile b/etc/isdn/Makefile index 7e4cd55..ec78726 100644 --- a/etc/isdn/Makefile +++ b/etc/isdn/Makefile @@ -1,13 +1,17 @@ # $FreeBSD$ -I4BETCPROG= answer \ - isdntel.sh \ - record \ - tell \ - tell-record +I4BETCPROG= answer \ + isdntel.sh \ + record \ + tell \ + tell-record \ + unknown_incoming -I4BETCFILE= isdnd.rates.D \ +I4BETCFILE= holidays.D \ + isdnd.rates.A \ + isdnd.rates.D \ isdnd.rates.F \ + isdnd.rates.L \ isdnd.rates.UK.BT \ isdnd.rc.sample \ isdntel.alias.sample |