diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2000-06-20 21:29:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2000-06-20 21:29:37 +0000 |
commit | 12731475bb206924559e5b30cd974c17b0f3ef2f (patch) | |
tree | e7832074d411305845647edad32f42eaa1bce1ff /distrib/sun3/common/mini_xx.list | |
parent | dfb6cdf05cd442974db17293a1d23209cf1c7b71 (diff) |
Completely new ramdisk stuff, inspired by the existing sparc ramdisk.
Diffstat (limited to 'distrib/sun3/common/mini_xx.list')
-rw-r--r-- | distrib/sun3/common/mini_xx.list | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/distrib/sun3/common/mini_xx.list b/distrib/sun3/common/mini_xx.list deleted file mode 100644 index b288b440921..00000000000 --- a/distrib/sun3/common/mini_xx.list +++ /dev/null @@ -1,27 +0,0 @@ -# -# $OpenBSD: mini_xx.list,v 1.4 2000/03/01 22:10:10 todd Exp $ -# $NetBSD: mini_xx.list,v 1.1.6.1 1996/08/29 03:14:53 gwr Exp $ -# Build -static versions of some programs. -# - -# These were re-linked with -static locally: - -COPY ${OBJDIR}/grep usr/bin -LINK usr/bin/grep usr/bin/egrep -LINK usr/bin/grep usr/bin/fgrep - -COPY ${OBJDIR}/less usr/bin -LINK usr/bin/less usr/bin/more - -COPY ${OBJDIR}/tip usr/bin - -COPY ${OBJDIR}/vi usr/bin - -# These are normally -static so just copy: - -COPY ${DESTDIR}/usr/bin/tar usr/bin - -COPY ${DESTDIR}/usr/bin/gzip usr/bin -LINK usr/bin/gzip usr/bin/gunzip -LINK usr/bin/gzip usr/bin/gzcat - |