summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dist/get
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-15 21:13:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-15 21:13:29 +0000
commitc7944dc0d2be35242202bdad3b511d6b6e60cf3a (patch)
tree49728a73374c694c8937e8c1903dabf1e19ec820 /sys/arch/pmax/dist/get
parent9923345416a4c9f9c668f0ca1c8b259113aac9e7 (diff)
sync to netbsd; for graichen
Diffstat (limited to 'sys/arch/pmax/dist/get')
-rw-r--r--sys/arch/pmax/dist/get7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/pmax/dist/get b/sys/arch/pmax/dist/get
index 066a5fd7ba5..18e51e395c3 100644
--- a/sys/arch/pmax/dist/get
+++ b/sys/arch/pmax/dist/get
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: get,v 1.6 1995/12/22 08:08:14 jonathan Exp $
+# $NetBSD: get,v 1.6.4.1 1996/08/13 07:55:50 jonathan Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@ for i in $ETC; do
cp $DISTROOT/etc/$i etc/$i
done
-SBIN="disklabel fsck ifconfig init mknod mount mount_ffs mount_nfs newfs restore route umount"
+SBIN="disklabel fsck fsck_ffs ifconfig init mknod mount mount_ffs mount_nfs newfs restore route umount"
USBIN="pwd_mkdb"
for i in $SBIN; do
cp $DISTROOT/sbin/$i sbin/$i
@@ -74,7 +74,7 @@ ln sbin/mount_ffs sbin/mount_ufs
BIN="[ cat cp dd echo ed expr ls mkdir mv pax rcp rm sh stty sync mt"
#UBIN=""
-UBIN="awk"
+UBIN="awk gzip tar"
for i in $BIN; do
cp $DISTROOT/bin/$i bin/$i
done
@@ -82,6 +82,7 @@ for i in $UBIN; do
cp $DISTROOT/usr/bin/$i bin/$i
done
ln bin/[ bin/test
+ln bin/gzip bin/gunzip
MDEC="rzboot bootrz"
for i in $MDEC; do