mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
7afd9bf059
commit
e945651a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue