1 # $NetBSD: Makefile,v 1.12 2006/11/22 20:54:16 martin Exp $
4 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 .
include <bsd.kernobj.mk
>
8 .
include "${.CURDIR}/../instfs/Makefile.instfs"
13 IMAGETAR_RELEASEDIR
= installation
/misc
15 MDSETTARGETS
= INSTALL
${IMAGE} -
16 MDSET_RELEASEDIR
= binary
/kernel
18 # Use stubs to eliminate some large stuff from libc
19 HACKSRC
= ${DISTRIBDIR}/utils
/libhack
20 .
include "${HACKSRC}/Makefile.inc"
21 ${CRUNCHBIN}: libhack.o
23 .
include "${DISTRIBDIR}/common/Makefile.crunch"
24 .
include "${DISTRIBDIR}/common/Makefile.dhcpcd"
25 .
include "${DISTRIBDIR}/common/Makefile.makedev"
26 .
include "${DISTRIBDIR}/common/Makefile.image"
27 .
include "${DISTRIBDIR}/common/Makefile.mdset"
29 .
include <bsd.prog.mk
>