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