Module Name: src
Committed By: christos
Date: Sun May 27 18:52:16 UTC 2012
Modified Files:
src/tests/lib: Makefile
Log Message:
hook in libexecinfo
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/tests/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/Makefile
diff -u src/tests/lib/Makefile:1.17 src/tests/lib/Makefile:1.18
--- src/tests/lib/Makefile:1.17 Mon Dec 26 19:47:23 2011
+++ src/tests/lib/Makefile Sun May 27 14:52:16 2012
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2011/12/27 00:47:23 christos Exp $
+# $NetBSD: Makefile,v 1.18 2012/05/27 18:52:16 christos Exp $
.include <bsd.own.mk>
-TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libevent libm \
- libobjc libposix libppath libprop libpthread \
+TESTS_SUBDIRS= csu libbluetooth libc libcrypt libcurses libevent libeexecinfo \
+ libm libobjc libposix libppath libprop libpthread \
librt librumpclient librumphijack libtre libutil semaphore
.if ${MKCRYPTO} != "no"