Home | History | Annotate | Line # | Download | only in instfs
Makefile revision 1.12.28.1
      1  1.12.28.1     jym #	$NetBSD: Makefile,v 1.12.28.1 2009/05/13 19:17:55 jym 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.11  martin 
     23        1.9   lukem .include "${DISTRIBDIR}/common/Makefile.crunch"
     24  1.12.28.1     jym .include "${DISTRIBDIR}/common/Makefile.dhcpcd"
     25        1.9   lukem .include "${DISTRIBDIR}/common/Makefile.makedev"
     26        1.9   lukem .include "${DISTRIBDIR}/common/Makefile.image"
     27        1.9   lukem .include "${DISTRIBDIR}/common/Makefile.mdset"
     28        1.1     mrg 
     29        1.8   lukem .include <bsd.prog.mk>
     30