repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
usr.bin
/
make
/
unit-tests
/
hash.mk
blob
1ed84e776d09fa4ca0af9a11801cf555d7a927f4
1
STR1
=
2
STR2
=
a
3
STR3
=
ab
4
STR4
=
abc
5
STR5
=
abcd
6
STR6
=
abcde
7
STR7
=
abcdef
8
STR8
=
abcdefghijklmnopqrstuvwxyz
9
10
all
:
11
@echo
${
STR1
:
hash
}
12
@echo
${
STR2
:
hash
}
13
@echo
${
STR3
:
hash
}
14
@echo
${
STR4
:
hash
}
15
@echo
${
STR5
:
hash
}
16
@echo
${
STR6
:
hash
}
17
@echo
${
STR7
:
hash
}
18
@echo
${
STR8
:
hash
}