diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-11 15:27:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-03-11 15:27:34 +0000 |
commit | 70b72dacea04582027924212687f2118e9dbc858 (patch) | |
tree | 689e935c1e7c9183cbb628bfc2d770dcd99f4c0d /distrib/loongson/ramdisk | |
parent | 5ff46a06f637419adb53546671d1c184a699a190 (diff) |
adjust for removal of expr (and while here, sort all these lists, with the
goal of eventually refactoring them)
Diffstat (limited to 'distrib/loongson/ramdisk')
-rw-r--r-- | distrib/loongson/ramdisk/list | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/distrib/loongson/ramdisk/list b/distrib/loongson/ramdisk/list index 4e01966833d..36d8d091d7f 100644 --- a/distrib/loongson/ramdisk/list +++ b/distrib/loongson/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.21 2015/02/23 08:09:46 deraadt Exp $ +# $OpenBSD: list,v 1.22 2015/03/11 15:27:32 deraadt Exp $ SRCDIRS distrib/special @@ -6,9 +6,9 @@ SRCDIRS distrib/special COPY ${OBJDIR}/instbin instbin LINK instbin bin/arch LINK instbin bin/cat -LINK instbin bin/date LINK instbin bin/chmod bin/chgrp sbin/chown LINK instbin bin/cp +LINK instbin bin/date LINK instbin bin/dd LINK instbin bin/df LINK instbin bin/ed @@ -55,11 +55,12 @@ LINK instbin sbin/sysctl LINK instbin sbin/umount LINK instbin usr/bin/encrypt LINK instbin usr/bin/ftp -LINK instbin usr/bin/grep usr/bin/fgrep usr/bin/egrep +LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed LINK instbin usr/bin/signify +LINK instbin usr/sbin/chroot # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |