Home | History | Annotate | Line # | Download | only in ramdisk
Makefile revision 1.4
      1  1.4      abs #	$NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
      2  1.1  hubertf 
      3  1.1  hubertf IMAGE=		ramdisk.fs
      4  1.1  hubertf IMAGESIZE=	5000k
      5  1.3      abs IMAGEDEPENDS= 	
      6  1.1  hubertf USE_SYSINST=	yes
      7  1.1  hubertf SMALLPROG_INET6=1
      8  1.1  hubertf 
      9  1.1  hubertf .include "${.CURDIR}/../common/Makefile.ramdisk"
     10  1.1  hubertf 
     11  1.1  hubertf .if ${USE_INET6} != "no"
     12  1.4      abs LISTS+=		${DISTRIBDIR}/common/list.inet6
     13  1.1  hubertf .endif
     14