2019-12-29 21:26:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.53 2019/12/29 18:26:18 christos 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
|
2019-06-26 10:33:19 +03:00
|
|
|
IMAGESIZE= 4200k
|
2017-01-24 21:04:01 +03: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
|
|
|
|
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
|
|
|
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
|
|
|
IMAGEENDIAN= le
|
2012-08-14 11:24:40 +04:00
|
|
|
MAKEDEVTARGETS= minimal ipty
|
2002-03-12 09:26:34 +03:00
|
|
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
2009-09-21 02:46:10 +04:00
|
|
|
dot.profile \
|
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 \
|
2008-11-30 07:18:14 +03:00
|
|
|
${NETBSDSRCDIR}/etc/netconfig \
|
2009-09-20 23:49:07 +04:00
|
|
|
${DISTRIBDIR}/common/protocols \
|
|
|
|
${DISTRIBDIR}/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>
|