Include nehemiah.c only on i386, as is done for the non-modules
build.
This commit is contained in:
parent
fb9172265b
commit
4880b26184
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user