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