Update comment reflecting new blacklists
[dowkd.git] / Makefile
bloba842e4a8ec6979f926d9a9f2060316484de25b74
1 BLACKLIST_FILES := data/DSA-1024 data/RSA-2048 \
2 data/OpenVPN-64-LE data/OpenVPN-32-LE \
3 $(wildcard data/OpenSSH-*-LE) \
4 $(wildcard data/OpenSSL-*-LE)
6 export LC_ALL=C
8 all: dowkd
10 dowkd: dowkd.in $(BLACKLIST_FILES)
11 -rm $@ 2> /dev/null || true
12 perl -c dowkd.in
13 (cat dowkd.in ; sort -u $(BLACKLIST_FILES)) > dowkd