2007-05-11 03:22:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.37 2007/05/10 23:22:31 dogcow Exp $
|
1999-04-27 16:03:39 +04:00
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
1998-11-28 02:10:28 +03:00
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
IMAGE= ramdisk.fs
|
2002-04-12 09:15:18 +04:00
|
|
|
IMAGETAR= diskimage.tgz
|
2004-10-15 19:06:37 +04:00
|
|
|
IMAGESIZE= 3300k
|
2002-04-01 16:16:11 +04:00
|
|
|
MAKEFS_FLAGS= -f 15
|
1998-11-28 02:10:28 +03:00
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
WARNS= 1
|
2006-01-16 17:53:46 +03:00
|
|
|
DBG= -Os -mmemcpy
|
2000-11-01 10:57:55 +03:00
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
CRUNCHBIN= ramdiskbin
|
2002-04-23 23:53:10 +04:00
|
|
|
CRUNCHGEN_FLAGS= -d "${DBG}"
|
2002-03-12 09:26:34 +03:00
|
|
|
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
|
|
|
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
|
|
|
IMAGEENDIAN= le
|
|
|
|
MAKEDEVTARGETS= minimal pty0
|
|
|
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
2002-03-25 02:15:24 +03:00
|
|
|
disktab.preinstall dot.hdprofile dot.profile \
|
2006-07-29 23:10:56 +04:00
|
|
|
${.CURDIR}/../miniroot/termcap.vt100 \
|
2002-03-25 02:15:24 +03:00
|
|
|
${DESTDIR}/usr/mdec/boot.pmax ${DESTDIR}/usr/mdec/bootxx_ffs \
|
2002-04-26 19:50:21 +04:00
|
|
|
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
|
|
|
${NETBSDSRCDIR}/etc/netconfig ${NETBSDSRCDIR}/etc/protocols \
|
2007-05-11 03:22:27 +04:00
|
|
|
${NETBSDSRCDIR}/distrib/common/services
|
1999-04-27 05:37:13 +04:00
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
IMAGETAR_RELEASEDIR= installation/netboot
|
|
|
|
|
2002-03-30 02:45:23 +03:00
|
|
|
# Use stubs to eliminate some large stuff from libc
|
|
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
|
|
${CRUNCHBIN}: libhack.o
|
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.crunch"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.makedev"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.image"
|
1999-05-04 06:44:22 +04:00
|
|
|
|
2002-03-12 09:26:34 +03:00
|
|
|
.include <bsd.prog.mk>
|