- set IMAGESIZE (grew by 24K) and a few more free inodes, as per discussion

with Reinoud
- minor reorder
This commit is contained in:
lukem 2002-03-12 12:31:57 +00:00
parent ca3afc880f
commit d448399edb
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,11 @@
# $NetBSD: Makefile,v 1.5 2002/03/07 01:48:36 lukem Exp $
# $NetBSD: Makefile,v 1.6 2002/03/12 12:31:57 lukem Exp $
.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.own.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 1924k
MAKEFS_FLAGS= -f 10
WARNS= 1
@ -11,13 +13,14 @@ CRUNCHBIN= ramdiskbin
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
IMAGEDEPENDS+= ${CRUNCHBIN} \
MAKEDEVTARGETS= ramdisk
POPULATEENV= PWD_MKDB=${PWD_MKDB:Q}
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab.preinstall dot.hdprofile dot.profile termcap.vt100 \
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
${_SRC_TOP_}/etc/services
MAKEDEVTARGETS= ramdisk
realall: ${IMAGE}