2017-01-24 21:04:01 +03:00
|
|
|
# $NetBSD: Makefile,v 1.35 2017/01/24 18:04:05 christos Exp $
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
.include <bsd.own.mk>
|
2002-05-02 22:02:14 +04:00
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
1999-03-12 21:36:52 +03:00
|
|
|
|
|
|
|
IMAGE= ramdisk.fs
|
2014-03-16 17:37:36 +04:00
|
|
|
IMAGESIZE= 2000k
|
2017-01-24 21:04:01 +03:00
|
|
|
MAKEFS_FLAGS+= -f 15
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
WARNS= 1
|
2002-04-06 22:16:09 +04:00
|
|
|
DBG= -Os
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
CRUNCHBIN= ramdiskbin
|
2012-07-04 01:49:55 +04:00
|
|
|
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
2002-03-28 05:15:04 +03:00
|
|
|
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
|
|
|
IMAGEENDIAN= le
|
2012-07-04 01:49:55 +04:00
|
|
|
MAKEDEVTARGETS= ramdisk
|
2002-03-28 05:15:04 +03:00
|
|
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
2012-03-21 09:49:39 +04:00
|
|
|
Makefile dot.profile \
|
2002-03-28 05:15:04 +03:00
|
|
|
${DESTDIR}/boot ${DESTDIR}/usr/mdec/xxboot \
|
2002-04-26 19:50:21 +04:00
|
|
|
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
2009-09-20 23:49:07 +04:00
|
|
|
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
|
|
|
${DISTRIBDIR}/common/services
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
# Use stubs to eliminate some large stuff from libc
|
2002-03-28 07:33:21 +03:00
|
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
|
|
${CRUNCHBIN}: libhack.o
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.crunch"
|
2012-07-04 01:49:55 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
|
2002-03-28 05:15:04 +03:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.makedev"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.image"
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
release:
|
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
.include <bsd.prog.mk>
|