Remove building with NOCRYPTO option
[minix3.git] / tests / lib / Makefile
blobdf4933b20d18ed5fc56ca1207c7fd7dfd6ebcdb6
1 # $NetBSD: Makefile,v 1.24 2015/06/22 00:05:23 matt Exp $
3 .include <bsd.own.mk>
5 #__MINIX:
6 # libbluetooth
7 # libobjc libposix libppath libpthread
8 # librt libtre semaphore
9 TESTS_SUBDIRS= csu libc libcrypt libcurses libevent libexecinfo \
10 libm libprop \
11 libutil
13 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
14 TESTS_SUBDIRS+= librumpclient librumphijack
15 .endif
17 .if ${MKCRYPTO} != "no"
18 TESTS_SUBDIRS+= libdes
19 .endif
21 .if ${MKKYUA} != "no"
22 # These tests come from external/bsd/lutok/tests/lib/liblutok. Ensure they
23 # get registered in the Atffile only when installed.
24 ATFFILE_EXTRA_TPS= liblutok
25 .endif
27 .if (${MKSKEY} != "no")
28 TESTS_SUBDIRS+= libskey
29 .endif
31 .if ${MKSLJIT} != "no"
32 TESTS_SUBDIRS+= libsljit
33 TESTS_SUBDIRS+= libbpfjit
34 .endif
36 TESTSDIR= ${TESTSBASE}/lib
38 .include <bsd.test.mk>