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

Indexes created Wed Dec 17 17:09:31 GMT 2025