summaryrefslogtreecommitdiff
path: root/distrib/sun3/common/mini_sbin.list
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /distrib/sun3/common/mini_sbin.list
initial import of NetBSD tree
Diffstat (limited to 'distrib/sun3/common/mini_sbin.list')
-rw-r--r--distrib/sun3/common/mini_sbin.list38
1 files changed, 38 insertions, 0 deletions
diff --git a/distrib/sun3/common/mini_sbin.list b/distrib/sun3/common/mini_sbin.list
new file mode 100644
index 00000000000..9325fa7ef0a
--- /dev/null
+++ b/distrib/sun3/common/mini_sbin.list
@@ -0,0 +1,38 @@
+#
+# $NetBSD: mini_sbin.list,v 1.1.1.1 1995/10/08 23:07:50 gwr Exp $
+#
+
+# XXX - Need these? ping,
+
+# miniroot files from /sbin:
+
+COPY ${DESTDIR}/sbin/disklabel sbin
+COPY ${DESTDIR}/sbin/dmesg sbin
+
+COPY ${DESTDIR}/sbin/edlabel sbin
+
+COPY ${DESTDIR}/sbin/fsck sbin
+COPY ${DESTDIR}/sbin/ifconfig sbin
+COPY ${DESTDIR}/sbin/init sbin
+COPY ${DESTDIR}/sbin/mknod sbin
+
+COPY ${DESTDIR}/sbin/mount sbin
+COPY ${DESTDIR}/sbin/mount_cd9660 sbin
+COPY ${DESTDIR}/sbin/mount_ffs sbin
+LINK sbin/mount_ffs sbin/mount_ufs
+
+COPY ${DESTDIR}/sbin/mount_nfs sbin
+COPY ${DESTDIR}/sbin/newfs sbin
+COPY ${DESTDIR}/sbin/ping sbin
+COPY ${DESTDIR}/sbin/reboot sbin
+LINK sbin/reboot sbin/halt
+
+COPY ${DESTDIR}/sbin/restore sbin
+LINK sbin/restore sbin/rrestore
+
+COPY ${DESTDIR}/sbin/route sbin
+COPY ${DESTDIR}/sbin/shutdown sbin
+COPY ${DESTDIR}/sbin/slattach sbin
+COPY ${DESTDIR}/sbin/swapon sbin
+COPY ${DESTDIR}/sbin/umount sbin
+