diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-04-11 15:40:18 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-04-11 15:40:18 +0000 |
| commit | 4880b26184b5baeffd0d8e1e210b474ebf937653 (patch) | |
| tree | b50cb36ed84f5d3890205e1b89abcdfb9c045106 /sys/modules/random | |
| parent | fb9172265bd6b29d89a211714ec484e8ab50f5ed (diff) | |
Notes
Diffstat (limited to 'sys/modules/random')
| -rw-r--r-- | sys/modules/random/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile index 9eee82168d07..37c4d829bc3b 100644 --- a/sys/modules/random/Makefile +++ b/sys/modules/random/Makefile @@ -6,7 +6,9 @@ KMOD= random SRCS= randomdev.c probe.c +.if ${MACHINE} == "i386" SRCS+= nehemiah.c +.endif SRCS+= randomdev_soft.c yarrow.c hash.c SRCS+= rijndael-alg-fst.c rijndael-api-fst.c sha2.c SRCS+= bus_if.h device_if.h vnode_if.h |
