Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/dev/cgd/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/dev/cgd/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/tests/dev/cgd/Makefile 2016/11/11 07:39:58 1.7 +++ src/tests/dev/cgd/Makefile 2017/05/21 15:28:42 1.8 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/11/11 07:39:58 alnsn Exp $ +# $NetBSD: Makefile,v 1.8 2017/05/21 15:28:42 riastradh Exp $ # .include @@ -9,7 +9,7 @@ FILESDIR= ${TESTSDIR} TESTS_SH= t_cgd -.if ${MKCRYPTO} != "no" && ${MKRUMP} != "no" +.if ${MKRUMP} != "no" TESTS_C= t_cgd_3des t_cgd_aes t_cgd_blowfish WARNS= 4