Revert r286984 (adding opt_random.h to sys/modules/zfs/Makefile)

opt_random.h is no longer needed/referenced in the kernel build

X-MFC with: r287558
This commit is contained in:
ngie 2015-09-08 08:54:40 +00:00
parent a381e329b4
commit e9b818f045

View File

@ -4,7 +4,7 @@ SYSDIR?=${.CURDIR}/../..
KMOD= zfs
SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h opt_random.h
SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h
SUNW= ${SYSDIR}/cddl/contrib/opensolaris