Module Name:    src
Committed By:   plunky
Date:           Mon Nov  2 15:44:12 UTC 2009

Modified Files:
        src/regress/lib: Makefile

Log Message:
remove libevent (uses ATF tests now)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/regress/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/regress/lib/Makefile
diff -u src/regress/lib/Makefile:1.21 src/regress/lib/Makefile:1.22
--- src/regress/lib/Makefile:1.21	Sat Feb 14 00:26:14 2009
+++ src/regress/lib/Makefile	Mon Nov  2 15:44:12 2009
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.21 2009/02/14 00:26:14 cube Exp $
+#	$NetBSD: Makefile,v 1.22 2009/11/02 15:44:12 plunky Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR+= csu libc libevent libm libposix libpthread librt libutil
+SUBDIR+= csu libc libm libposix libpthread librt libutil
 
 .if (${MACHINE_CPU} != "alpha" && \
      ${MACHINE_CPU} != "mips" && \

Reply via email to