Sync usage with man page.
[netbsd-mini2440.git] / distrib / sparc / ramdisk / Makefile
blob0e02bec23575ef519e080f3954474a5d86aa1462
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).
9 .include <bsd.own.mk>
10 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
12 IMAGE= ramdisk.fs
13 IMAGESIZE= 1800b
15 WARNS= 1
16 DBG= -Os
18 CRUNCHBIN= ramdiskbin
19 LISTS= ${.CURDIR}/list
20 MTREECONF= ${DISTRIBDIR}/common/mtree.common
21 IMAGEENDIAN= be
22 MAKEDEVTARGETS= floppy
23 IMAGEDEPENDS+= ${CRUNCHBIN} dot.profile
25 # Use stubs to eliminate some large stuff from libc
26 HACKSRC= ${DISTRIBDIR}/utils/libhack
27 HACKOBJS= gethost.o
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"
35 release:
37 .include <bsd.prog.mk>