Module Name:    src
Committed By:   kre
Date:           Thu Nov 23 02:40:01 UTC 2017

Modified Files:
        src/tests/lib: Makefile

Log Message:
PR lib/52007

Move libevent from being a test playing sub-directory, to a groupy,
just hanging around, hoping someone will notice it, and throw it
a bone...  (mixed metaphors?)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/tests/lib/Makefile:1.30
--- src/tests/lib/Makefile:1.29	Sun May 21 15:28:42 2017
+++ src/tests/lib/Makefile	Thu Nov 23 02:40:01 2017
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.29 2017/05/21 15:28:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.30 2017/11/23 02:40:01 kre Exp $
 
 .include <bsd.own.mk>
 
-TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libevent libexecinfo \
+TESTS_SUBDIRS=	csu libbluetooth libc libcrypt libcurses libexecinfo \
 		libm libobjc libposix libppath libprop libpthread \
 		librefuse librt libtre libusbhid libutil \
 		semaphore
 
+TESTS_SUBDIR_INSTALL_ONLY=	libevent
+
 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
 TESTS_SUBDIRS+= librumpclient librumphijack
 .endif

Reply via email to