diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-29 17:13:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-29 17:13:40 +0000 |
commit | 38bf101802581aab6eedd860599bec1fe80f8bf1 (patch) | |
tree | 7064997817e5c9040fd694554804d319d5451954 /distrib/sparc64/ramdisk/list | |
parent | be5da28bf760481cf2c10351d5815e8673d7a7f6 (diff) |
generate termcap file using a list2sh.awk directrive; distrib becomes a lot smaller again
Diffstat (limited to 'distrib/sparc64/ramdisk/list')
-rw-r--r-- | distrib/sparc64/ramdisk/list | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/sparc64/ramdisk/list b/distrib/sparc64/ramdisk/list index e713aff68ad..1c85b080349 100644 --- a/distrib/sparc64/ramdisk/list +++ b/distrib/sparc64/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.13 2002/04/28 19:25:09 deraadt Exp $ +# $OpenBSD: list,v 1.14 2002/04/29 17:13:39 deraadt Exp $ SRCDIRS distrib/special SRCDIRS gnu/usr.bin usr.bin bin sbin usr.sbin @@ -65,9 +65,7 @@ SYMLINK /tmp/disktab.shadow etc/disktab SYMLINK /tmp/fstab.shadow etc/fstab SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf SYMLINK /tmp/hosts etc/hosts - -# and the common installation tools -COPY ${TOPDIR}/common/termcap.vt usr/share/misc/termcap +TERMCAP vt100,vt200,dumb,sun usr/share/misc/termcap # and the installation tools SPECIAL sed -e '/^[ ]*#[ ].*$/d' -e '/^[ ]*#$/d' < ${CURDIR}/../../miniroot/dot.profile > .profile |