2383b0ce8e
Not a difficult choice.
14 lines
268 B
Makefile
14 lines
268 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/20 22:50:50 abs Exp $
|
|
|
|
IMAGE= ramdisk.fs
|
|
IMAGESIZE= 5000k
|
|
IMAGEDEPENDS=
|
|
USE_SYSINST= yes
|
|
SMALLPROG_INET6=1
|
|
|
|
.include "${.CURDIR}/../common/Makefile.ramdisk"
|
|
|
|
.if ${USE_INET6} != "no"
|
|
LISTS+= ${DISTRIBDIR}/common/list.inet6
|
|
.endif
|