a227277a6d
a control variable was misspelled as `SCRIPTS_NAME_isdntel.sh' (should've been `SCRIPTSNAME_isdntel.sh') when the Makefile was converted to using <bsd.prog.mk>. Consequently, `isdntel.sh' has been installed as `isdntel' since then. Nevertheless, nobody has been unhappy with the change. So it's time to make it official. Approved by: hm Pointy hat to: ru MFC after: 3 days
26 lines
355 B
Makefile
26 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
|
|
SCRIPTS= answer \
|
|
isdntel.sh \
|
|
record \
|
|
tell \
|
|
tell-record \
|
|
unknown_incoming
|
|
|
|
FILES= holidays.D \
|
|
isdnd.rates.A \
|
|
isdnd.rates.D \
|
|
isdnd.rates.F \
|
|
isdnd.rates.L \
|
|
isdnd.rates.UK.BT \
|
|
isdnd.rc.sample \
|
|
isdntel.alias.sample
|
|
|
|
BINDIR= /etc/isdn
|
|
BINMODE= 700
|
|
FILESMODE= 600
|
|
|
|
.include <bsd.prog.mk>
|