Add a parser for authorized_keys lines
[dowkd.git] / Makefile
blob9cf9c30d476806b5de00db2bcc0f7d7aa0670144
1 BLACKLIST_FILES := data/DSA-1024 data/RSA-2048 \
2 data/OpenVPN-64-LE data/OpenVPN-32-LE \
3 data/OpenSSH-*-LE
5 export LC_ALL=C
7 all: dowkd
9 dowkd: dowkd.in $(BLACKLIST_FILES)
10 -rm $@ 2> /dev/null || true
11 (cat dowkd.in ; sort -u $(BLACKLIST_FILES)) > dowkd