]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - etc/isdn/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / etc / isdn / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 SCRIPTS=        answer                  \
6                 isdntel.sh              \
7                 record                  \
8                 tell                    \
9                 tell-record             \
10                 unknown_incoming
11
12 FILES=          holidays.D              \
13                 isdnd.rates.A           \
14                 isdnd.rates.D           \
15                 isdnd.rates.F           \
16                 isdnd.rates.L           \
17                 isdnd.rates.UK.BT       \
18                 isdnd.rc.sample         \
19                 isdntel.alias.sample
20
21 BINDIR=         /etc/isdn
22 BINMODE=        700
23 FILESMODE=      600
24
25 .include <bsd.prog.mk>