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