Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2013/03/19 22:16:53 garbled Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6IMAGE= sshramdisk.fs 7IMAGESIZE= 3572k 8MAKEFS_FLAGS= -f 15 9 10WARNS= 1 11DBG= -Os 12 13CRUNCHBIN= ramdiskbin 14LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst 15MTREECONF= ${.CURDIR}/mtree.conf 16IMAGEENDIAN= le 17MAKEDEVTARGETS= ramdisk 18IMAGEDEPENDS= ${CRUNCHBIN} \ 19 dot.profile master.passwd sshd_config ssh_host_dsa_key \ 20 ${NETBSDSRCDIR}/etc/group \ 21 ${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \ 22 ${DISTRIBDIR}/common/services 23 24# Use stubs to eliminate some large stuff from libc 25HACKSRC= ${DISTRIBDIR}/utils/libhack 26.include "${HACKSRC}/Makefile.inc" 27${CRUNCHBIN}: libhack.o 28 29USE_PAM := no 30USE_YP := no 31USE_SKEY := no 32USE_KERBEROS := no 33USE_LDAP := no 34.export USE_PAM 35.export USE_YP 36.export USE_SKEY 37.export USE_KERBEROS 38.export USE_LDAP 39 40.include "${DISTRIBDIR}/common/Makefile.crunch" 41.include "${DISTRIBDIR}/common/Makefile.dhcpcd" 42.include "${DISTRIBDIR}/common/Makefile.makedev" 43.include "${DISTRIBDIR}/common/Makefile.image" 44 45release: 46 47.include <bsd.prog.mk> 48