2002-10-05 01:23:06 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2002/10/04 21:23:06 martin Exp $
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
.include <bsd.kernobj.mk>
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
.include "${.CURDIR}/../instfs/Makefile.instfs"
|
|
|
|
IMAGE= install.fs
|
2002-05-09 03:11:56 +04:00
|
|
|
IMAGESIZE= 5m
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
IMAGETAR= instfs.tgz
|
|
|
|
IMAGETAR_RELEASEDIR= installation/misc
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
MDSETTARGETS= INSTALL ${IMAGE} -
|
|
|
|
MDSET_RELEASEDIR= binary/kernel
|
2002-01-20 08:57:10 +03:00
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
# Use stubs to eliminate some large stuff from libc
|
|
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
|
|
${CRUNCHBIN}: libhack.o
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-10-05 01:23:06 +04:00
|
|
|
CRUNCHGEN_FLAGS="-d -O"
|
|
|
|
|
2002-05-07 18:41:36 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.crunch"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.makedev"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.image"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|
2001-08-23 19:50:09 +04:00
|
|
|
|
2002-05-02 22:02:14 +04:00
|
|
|
.include <bsd.prog.mk>
|