1 # $NetBSD: Makefile,v 1.15 2011/08/27 18:55:51 dyoung Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTS_SUBDIRS= csu libbluetooth libc libcurses libevent libm \ 6 libobjc libposix libppath libprop libpthread \ 7 librt librumpclient librumphijack libutil semaphore 8 9 .if ${MKCRYPTO} != "no" 10 TESTS_SUBDIRS+= libdes 11 .endif 12 13 .if (${MKSKEY} != "no") 14 TESTS_SUBDIRS+= libskey 15 .endif 16 17 TESTSDIR= ${TESTSBASE}/lib 18 19 .include <bsd.test.mk> 20