Sync usage with man page.
[netbsd-mini2440.git] / distrib / amd64 / ramdisks / ramdisk / Makefile
blob828d2fe07c937c4dcad88d48f4b7a1b1ff3c5711
1 # $NetBSD: Makefile,v 1.3 2009/09/20 22:46:11 abs Exp $
3 IMAGE= ramdisk.fs
4 IMAGESIZE= 5000k
5 IMAGEDEPENDS=
6 USE_SYSINST= yes
7 SMALLPROG_INET6=1
9 .include "${.CURDIR}/../common/Makefile.ramdisk"
11 .if ${USE_INET6} != "no"
12 LISTS+= ${DISTRIBDIR}/common/list.inet6
13 .endif