1 # $NetBSD: Makefile,v 1.40 2008/06/25 03:33:06 matt Exp $
3 # ramdisk.fs is the microroot filesystem intended for use with
4 # the INSTALL kernel. It provides just enough tools to extract the
5 # miniroot-based `instfs' filesystem into an MFS mount point
6 # and start the installation scripts from there (see dot.profile).
10 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
19 LISTS
= ${.CURDIR
}/list
20 MTREECONF
= ${DISTRIBDIR}/common
/mtree.common
22 MAKEDEVTARGETS
= floppy
23 IMAGEDEPENDS
+= ${CRUNCHBIN} dot.profile
25 # Use stubs to eliminate some large stuff from libc
26 HACKSRC
= ${DISTRIBDIR}/utils
/libhack
28 .
include "${HACKSRC}/Makefile.inc"
29 ${CRUNCHBIN}: libhack.o
31 .
include "${DISTRIBDIR}/common/Makefile.crunch"
32 .
include "${DISTRIBDIR}/common/Makefile.makedev"
33 .
include "${DISTRIBDIR}/common/Makefile.image"
37 .
include <bsd.prog.mk
>