Home | History | Annotate | Line # | Download | only in instfs
Makefile revision 1.10.2.1
      1  1.10.2.1  lukem #	$NetBSD: Makefile,v 1.10.2.1 2002/10/13 23:59:51 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.10  lukem IMAGESIZE=		5m
     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.10.2.1  lukem 
     23  1.10.2.1  lukem CRUNCHGEN_FLAGS="-d -O"
     24       1.9  lukem 
     25       1.9  lukem .include "${DISTRIBDIR}/common/Makefile.crunch"
     26       1.9  lukem .include "${DISTRIBDIR}/common/Makefile.makedev"
     27       1.9  lukem .include "${DISTRIBDIR}/common/Makefile.image"
     28       1.9  lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     29       1.1    mrg 
     30       1.8  lukem .include <bsd.prog.mk>
     31