summaryrefslogtreecommitdiff
path: root/distrib/mvme68k/common/Make.fsimage
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/mvme68k/common/Make.fsimage')
-rw-r--r--distrib/mvme68k/common/Make.fsimage42
1 files changed, 0 insertions, 42 deletions
diff --git a/distrib/mvme68k/common/Make.fsimage b/distrib/mvme68k/common/Make.fsimage
deleted file mode 100644
index 53c19d6d192..00000000000
--- a/distrib/mvme68k/common/Make.fsimage
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# $NetBSD: Make.fsimage,v 1.2 1995/10/13 16:38:26 gwr Exp $
-#
-
-# TOP is assumed to be defined by Makefile including this one.
-# These will be defined by it too:
-
-IMAGE?= xxx-${REV}
-CBIN?= xxx-crunched
-
-TREE?= ${.CURDIR}/${CBIN}.tree
-LISTS?= ${.CURDIR}/${CBIN}.list
-
-MOUNT_POINT?= /mnt
-DISKTYPE?= xxx-disktype
-BDEV?= /dev/rd0
-CDEV?= /dev/rd0
-
-IMAGE_DEPS?= ${CBIN}
-CLEANFILES+= ${IMAGE}.fs
-
-# These are all the parameters for the root fs:
-NBLKS?= 512
-# args: old fmt, minfree, opt, ...
-NEWFSARGS?= -O -m 0 -o space
-
-do_mount:
- -newfs ${NEWFSARGS} -s ${NBLKS} ${CDEV} ${DISKTYPE}
- mount ${BDEV} ${MOUNT_POINT}
-
-do_files:
- mtree -def ${TREE} -p ${MOUNT_POINT}/ -u
- TOPDIR=${TOP} CURDIR=${.CURDIR} \
- OBJDIR=${.OBJDIR} TARGDIR=${MOUNT_POINT} \
- sh ${TOP}/common/RunList.sh ${LISTS}
-
-do_umount:
- @echo ""
- @df -i ${MOUNT_POINT}
- @echo ""
- -umount ${MOUNT_POINT}
-