Module Name:    src
Committed By:   jmmv
Date:           Wed Aug 25 16:47:44 UTC 2010

Modified Files:
        src/regress/lib: Makefile
Removed Files:
        src/regress/lib/libdes: Makefile destest.c

Log Message:
The libdes tests have been converted to atf and now live in tests/lib/libdes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/regress/lib/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libdes/Makefile \
    src/regress/lib/libdes/destest.c

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.25 src/regress/lib/Makefile:1.26
--- src/regress/lib/Makefile:1.25	Sat Jul 17 19:29:35 2010
+++ src/regress/lib/Makefile	Wed Aug 25 16:47:43 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.25 2010/07/17 19:29:35 jmmv Exp $
+#	$NetBSD: Makefile,v 1.26 2010/08/25 16:47:43 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -10,8 +10,4 @@
 #SUBDIR+= libssp
 .endif
 
-.if ${MKCRYPTO} != "no"
-SUBDIR+= libdes
-.endif
-
 .include <bsd.subdir.mk>

Reply via email to