d595965820
is defined explicitly. It's kinda pointless and results in extra step in boot sequence which is not really needed, i.e.: md0: Embedded image 1331200 bytes at 0x8038b7b4 Trying to mount root from ufs:/dev/md0 []... Mounting from ufs:/dev/md0 failed with error 22. Trying to mount root from ufs:md0.uzip []... warning: no time-of-day clock registered, system time will not be set accurately start_init: trying /sbin/init
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/md
|
|
|
|
KMOD= geom_md
|
|
SRCS= md.c opt_md.h opt_geom.h opt_rootdevname.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|