Home | History | Annotate | Line # | Download | only in conf
      1  1.1  uebayasi # $NetBSD: mdroot.mk,v 1.1 2015/08/30 05:24:04 uebayasi Exp $
      2  1.1  uebayasi 
      3  1.1  uebayasi .if defined(MEMORY_DISK_IMAGE)
      4  1.1  uebayasi md_root_image.h: ${MEMORY_DISK_IMAGE}
      5  1.1  uebayasi 	${_MKTARGET_CREATE}
      6  1.1  uebayasi 	${TOOL_HEXDUMP} -v -e '"\t" 8/1 "0x%02x, " "\n"' ${.ALLSRC} > ${.TARGET}
      7  1.1  uebayasi md_root.o: md_root_image.h
      8  1.1  uebayasi .endif
      9