diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-01-09 23:20:30 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-01-09 23:20:30 +0000 |
| commit | ee5f87f4588609f6770138969c69d36b1c77abcf (patch) | |
| tree | b9c025c2f7453938771168e50ec14dab97c83566 /sys/modules/random | |
| parent | c1ad3fcf6ab798c511b7e696d7656d41787d4241 (diff) | |
Notes
Diffstat (limited to 'sys/modules/random')
| -rw-r--r-- | sys/modules/random/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile index 37c4d829bc3b..746f45a9d787 100644 --- a/sys/modules/random/Makefile +++ b/sys/modules/random/Makefile @@ -6,7 +6,7 @@ KMOD= random SRCS= randomdev.c probe.c -.if ${MACHINE} == "i386" +.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" SRCS+= nehemiah.c .endif SRCS+= randomdev_soft.c yarrow.c hash.c |
