freebsd-dev/etc/isdn/Makefile
Yaroslav Tykhiy a227277a6d Two years ago, in rev. 1.12, a typo slipped in etc/isdn/Makefile:
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
2006-03-07 09:53:11 +00:00

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>