]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/isdn/Makefile
This commit was generated by cvs2svn to compensate for changes in r51885,
[FreeBSD/FreeBSD.git] / etc / isdn / Makefile
1 # $FreeBSD$
2
3 I4BETCPROG=     answer          \
4                 isdntel.sh      \
5                 record          \
6                 tell            \
7                 tell-record
8
9 I4BETCFILE=     isdnd.rates.D           \
10                 isdnd.rates.F           \
11                 isdnd.rates.UK.BT       \
12                 isdnd.rc.sample         \
13                 isdntel.alias.sample
14
15 install:
16                 for i in ${I4BETCPROG} ; do \
17                   ${INSTALL} -c -o root -g wheel -m 700 $$i ${DESTDIR}/etc/isdn ; \
18                 done ; \
19                 for i in ${I4BETCFILE} ; do \
20                   ${INSTALL} -c -o root -g wheel -m 600 $$i ${DESTDIR}/etc/isdn ; \
21                 done
22