repo.or.cz
/
dowkd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add SSH key generation script
[dowkd.git]
/
Makefile
blob
4961909191199a373841c7b602b5842d3ca2f0ce
1
BLACKLIST_FILES
:=
data
/
DSA-1024 data
/
RSA-2048 \
2
data
/
OpenVPN-64-LE data
/
OpenVPN-32-LE
3
4
export
LC_ALL
=
C
5
6
all
:
dowkd
7
8
dowkd
:
dowkd.in
$(
BLACKLIST_FILES
)
9
-
rm
$
@
2
> /
dev
/
null || true
10
(
cat dowkd.in
;
sort
-
u
$(
BLACKLIST_FILES
)) >
dowkd