3 .if
${MKIMAGEONLY} == "no"
4 . if
${MACHINE_ARCH} == "i386"
9 .
endif # ${MACHINE_ARCH} == "i386"
11 . if
${MACHINE_ARCH} == "earm"
13 .
endif # ${MACHINE_ARCH} == "earm"
16 .
endif # ${MKIMAGEONLY} == "no"
18 .if
${MACHINE_ARCH} == "i386"
21 .
endif # ${MACHINE_ARCH} == "i386"
23 # memory driver must be last for ramdisk image.
24 # Everything else must be done before ramdisk as it needs
25 # executables from other targets.
26 SUBDIR
+= .WAIT ramdisk .WAIT memory
28 .
include <bsd.subdir.mk
>