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