mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
9 lines
261 B
Makefile
9 lines
261 B
Makefile
# $NetBSD: mdroot.mk,v 1.1 2015/08/30 05:24:04 uebayasi Exp $
|
|
|
|
.if defined(MEMORY_DISK_IMAGE)
|
|
md_root_image.h: ${MEMORY_DISK_IMAGE}
|
|
${_MKTARGET_CREATE}
|
|
${TOOL_HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' ${.ALLSRC} > ${.TARGET}
|
|
md_root.o: md_root_image.h
|
|
.endif
|