Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[games.git] / etc / isdn / Makefile
1 # $FreeBSD: src/etc/isdn/Makefile,v 1.4.2.5 2002/08/07 16:31:40 ru Exp $
2 # $DragonFly: src/etc/isdn/Makefile,v 1.2 2003/06/17 04:24:47 dillon Exp $
3
4 I4BETCPROG=     answer                  \
5                 isdntel.sh              \
6                 record                  \
7                 tell                    \
8                 tell-record             \
9                 unknown_incoming
10
11 I4BETCFILE=     holidays.D              \
12                 isdnd.rates.A           \
13                 isdnd.rates.D           \
14                 isdnd.rates.F           \
15                 isdnd.rates.L           \
16                 isdnd.rates.UK.BT       \
17                 isdnd.rc.sample         \
18                 isdntel.alias.sample
19
20 install:
21                 for i in ${I4BETCPROG} ; do \
22                   ${INSTALL} -o root -g wheel -m 700 $$i ${DESTDIR}/etc/isdn ; \
23                 done ; \
24                 for i in ${I4BETCFILE} ; do \
25                   ${INSTALL} -o root -g wheel -m 600 $$i ${DESTDIR}/etc/isdn ; \
26                 done