Makefile revision 1.39
1# $NetBSD: Makefile,v 1.39 2010/02/05 10:01:21 roy Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6IMAGE= inst.fs 7IMAGESIZE= 1400k 8# `floppy-root' cannot be used now, due to size issue. 9#IMAGE_RELEASEDIR= installation/floppy 10 11MAKEFS_FLAGS= -f 10 12WARNS= 1 13DBG= -Os 14 15CRUNCHBIN= ramdiskbin 16LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en 17MTREECONF= ${DISTRIBDIR}/common/mtree.common 18IMAGEENDIAN= be 19MAKEDEVTARGETS= ramdisk 20IMAGEDEPENDS+= ${CRUNCHBIN} \ 21 dot.profile \ 22 ${DISTRIBDIR}/common/services \ 23 ${DESTDIR}/rescue/terminfo.db \ 24 ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/mdec/mboot \ 25 ${DESTDIR}/usr/mdec/sdboot_ufs \ 26 ${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \ 27 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols 28SMALLPROG_INET6=1 29 30.if ${USE_INET6} != "no" 31LISTS+= ${DISTRIBDIR}/common/list.inet6 32.endif 33 34# Use stubs to eliminate some large stuff from libc 35HACKSRC= ${DISTRIBDIR}/utils/libhack 36.include "${HACKSRC}/Makefile.inc" 37${CRUNCHBIN}: libhack.o 38 39.include "${DISTRIBDIR}/common/Makefile.crunch" 40.include "${DISTRIBDIR}/common/Makefile.makedev" 41.include "${DISTRIBDIR}/common/Makefile.image" 42 43release:: 44 45.include <bsd.prog.mk> 46