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