Author: kib Date: Sat Aug 10 19:38:29 2013 New Revision: 254190 URL: http://svnweb.freebsd.org/changeset/base/254190
Log: The random_adapters.c is standard in the conf/files. Revert wrong r254185. Pointed out by: peter Modified: head/sys/modules/random/Makefile Modified: head/sys/modules/random/Makefile ============================================================================== --- head/sys/modules/random/Makefile Sat Aug 10 19:08:38 2013 (r254189) +++ head/sys/modules/random/Makefile Sat Aug 10 19:38:29 2013 (r254190) @@ -5,7 +5,7 @@ .PATH: ${.CURDIR}/../../crypto/sha2 KMOD= random -SRCS= randomdev.c random_adaptors.c probe.c +SRCS= randomdev.c probe.c .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" SRCS+= nehemiah.c SRCS+= ivy.c _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"