Home | History | Annotate | Line # | Download | only in instfs
Makefile revision 1.9
      1  1.9  lukem #	$NetBSD: Makefile,v 1.9 2002/05/07 14:41:37 lukem Exp $
      2  1.1    mrg 
      3  1.8  lukem .include <bsd.own.mk>
      4  1.8  lukem .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5  1.8  lukem 
      6  1.9  lukem .include <bsd.kernobj.mk>
      7  1.1    mrg 
      8  1.9  lukem .include "${.CURDIR}/../instfs/Makefile.instfs"
      9  1.9  lukem IMAGE=			install.fs
     10  1.9  lukem IMAGESIZE=		3m
     11  1.9  lukem 
     12  1.9  lukem IMAGETAR=		instfs.tgz
     13  1.9  lukem IMAGETAR_RELEASEDIR=	installation/misc
     14  1.9  lukem 
     15  1.9  lukem MDSETTARGETS=		INSTALL	${IMAGE} -
     16  1.9  lukem MDSET_RELEASEDIR=	binary/kernel
     17  1.9  lukem 
     18  1.9  lukem # Use stubs to eliminate some large stuff from libc
     19  1.9  lukem HACKSRC=	${DISTRIBDIR}/utils/libhack
     20  1.9  lukem .include	"${HACKSRC}/Makefile.inc"
     21  1.9  lukem ${CRUNCHBIN}:	libhack.o
     22  1.9  lukem 
     23  1.9  lukem .include "${DISTRIBDIR}/common/Makefile.crunch"
     24  1.9  lukem .include "${DISTRIBDIR}/common/Makefile.makedev"
     25  1.9  lukem .include "${DISTRIBDIR}/common/Makefile.image"
     26  1.9  lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     27  1.1    mrg 
     28  1.8  lukem .include <bsd.prog.mk>
     29