Fix incorrect pathname in previous.
This commit is contained in:
parent
daa30e7063
commit
6dfb452528
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.3 1999/04/16 16:01:33 simonb Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/04/16 16:08:28 simonb Exp $
|
||||
|
||||
|
||||
IMAGE= diskimage
|
||||
IMAGESIZE= 4096 # 512 byte blocks
|
||||
DISKTYPE=
|
||||
LABELPROTO= ${.CURDIR}/ramdiskimage.label.proto
|
||||
LABELPROTO= ${.CURDIR}/diskimage.label.proto
|
||||
# Get defaults from minidisk configuration
|
||||
.include "../miniroot/Makefile.inc"
|
||||
NEWFSOPTS+= -i 32768 # don't need many inodes!
|
||||
|
|
Loading…
Reference in New Issue