Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.1
      1  1.1  hubertf #	$NetBSD: Makefile,v 1.1 2006/06/02 22:11:52 hubertf Exp $
      2  1.1  hubertf 
      3  1.1  hubertf IMAGE=		ramdisk.fs
      4  1.1  hubertf IMAGESIZE=	5000k
      5  1.1  hubertf IMAGEDEPENDS= 	disktab.preinstall \
      6  1.1  hubertf 		${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script
      7  1.1  hubertf USE_SYSINST=	yes
      8  1.1  hubertf SMALLPROG_INET6=1
      9  1.1  hubertf 
     10  1.1  hubertf .include "${.CURDIR}/../common/Makefile.ramdisk"
     11  1.1  hubertf 
     12  1.1  hubertf .if ${USE_INET6} != "no"
     13  1.1  hubertf LISTS+=		${.CURDIR}/list.inet6
     14  1.1  hubertf .endif
     15