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