]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/test/crypt/Makefile.in
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / test / crypt / Makefile.in
1 # uClibc crypt tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 EXTRA_LDFLAGS := -lcrypt
5
6 OPTS_crypt = < crypt.input
7
8 ifneq ($(UCLIBC_HAS_SHA512_CRYPT_IMPL),y)
9 TESTS_DISABLED += sha512c-test
10 endif
11 ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y)
12 TESTS_DISABLED += sha256c-test
13 endif