Makefile revision 1.4
11.4Smartin# $NetBSD: Makefile,v 1.4 2014/08/12 11:49:04 martin Exp $ 21.1Sgarbled 31.1Sgarbled.include <bsd.own.mk> 41.1Sgarbled.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Sgarbled 61.1SgarbledIMAGE= sshramdisk.fs 71.4SmartinIMAGESIZE= 8600k 81.1SgarbledMAKEFS_FLAGS= -f 15 91.1Sgarbled 101.1SgarbledWARNS= 1 111.1SgarbledDBG= -Os 121.1Sgarbled 131.1SgarbledCRUNCHBIN= ramdiskbin 141.1SgarbledLISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 151.1SgarbledMTREECONF= ${.CURDIR}/mtree.conf 161.1SgarbledIMAGEENDIAN= le 171.1SgarbledMAKEDEVTARGETS= ramdisk 181.1SgarbledIMAGEDEPENDS= ${CRUNCHBIN} \ 191.1Sgarbled dot.profile master.passwd sshd_config ssh_host_dsa_key \ 201.1Sgarbled ${NETBSDSRCDIR}/etc/group \ 211.1Sgarbled ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ 221.1Sgarbled ${DISTRIBDIR}/common/services 231.4SmartinIMAGEPREBUILD= ${TOOL_PAX} -rw -pp ${DESTDIR}/libdata/firmware ${WORKDIR} 241.1Sgarbled 251.1Sgarbled# Use stubs to eliminate some large stuff from libc 261.1SgarbledHACKSRC= ${DISTRIBDIR}/utils/libhack 271.1Sgarbled.include "${HACKSRC}/Makefile.inc" 281.1Sgarbled${CRUNCHBIN}: libhack.o 291.1Sgarbled 301.1SgarbledUSE_PAM := no 311.1SgarbledUSE_YP := no 321.1SgarbledUSE_SKEY := no 331.1SgarbledUSE_KERBEROS := no 341.1SgarbledUSE_LDAP := no 351.1Sgarbled.export USE_PAM 361.1Sgarbled.export USE_YP 371.1Sgarbled.export USE_SKEY 381.1Sgarbled.export USE_KERBEROS 391.1Sgarbled.export USE_LDAP 401.1Sgarbled 411.1Sgarbled.include "${DISTRIBDIR}/common/Makefile.crunch" 421.1Sgarbled.include "${DISTRIBDIR}/common/Makefile.dhcpcd" 431.1Sgarbled.include "${DISTRIBDIR}/common/Makefile.makedev" 441.1Sgarbled.include "${DISTRIBDIR}/common/Makefile.image" 451.1Sgarbled 461.1Sgarbledrelease: 471.1Sgarbled 481.1Sgarbled.include <bsd.prog.mk> 49