Sync usage with man page.
[netbsd-mini2440.git] / distrib / atari / floppies / common / Makefile.images
blobab848d009549f738ab415ea7909142dd1e426f10
1 #       $NetBSD: Makefile.images,v 1.6 2004/04/18 20:04:26 dsl Exp $
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 .include <bsd.kernobj.mk>
8 CRUNCHBIN=      instbin
9 LISTS=          ${.CURDIR}/list ${.CURDIR}/../common/list.images
10 MTREECONF=      ${DISTRIBDIR}/common/mtree.common
11 IMAGEENDIAN=    be
12 IMAGEDEPENDS+=  ${CRUNCHBIN} \
13                 ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd 
15 IMAGE_RELEASEDIR=       installation/miniroot
17 .if defined(USE_SYSINST)
18 LISTS+=         ${DISTRIBDIR}/common/list.sysinst.en
19 .endif
21 # Use stubs to eliminate some large stuff from libc
22 HACKSRC=${DISTRIBDIR}/utils/libhack
23 .include "${HACKSRC}/Makefile.inc"
24 ${CRUNCHBIN}: libhack.o
26 .include "${DISTRIBDIR}/common/Makefile.crunch"
27 .if defined(MAKEDEVTARGETS)
28 .include "${DISTRIBDIR}/common/Makefile.makedev"
29 .endif
30 .include "${DISTRIBDIR}/common/Makefile.image"
32 release:: check_RELEASEDIR
33         ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${IMAGE_RELEASEDIR} ${IMAGE}.gz
35 .include <bsd.prog.mk>