1# /* ISDN4BSD code */ 2# The Microcode for the Eicon.Diehl active ISDN cards comes in two parts. 3# A tiny bootstrap loader delivered by Diehl as "dnload.bin" and a 4# D-channel protocol specific file, e.g. "te_etsi.sx" for the SX card 5# running E-DSS1. 6# We can not deliver either of these files. The user is assumed to use 7# the ones distributed with his card or download the newest version from 8# http://www.diehl.de. 9# The bootstrap loader is compiled into the kernel, as it is needed to 10# identify the card. The protocol specific part is later downloaded by 11# the ISDN management daemon. 12 13dnload.h:: dnload.bin dnload.h-dist gendnloadh 14 @rm -f dnload.h 15 @${SHELL} ${.CURDIR}/gendnloadh 16 17dnload.bin: 18 19.PHONY: dnload.bin 20