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/i386 | |
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/i386')
-rw-r--r-- | distrib/i386/common/list | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/i386/common/list b/distrib/i386/common/list index ad7c74f4948..6198b4c4420 100644 --- a/distrib/i386/common/list +++ b/distrib/i386/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.39 2014/12/28 04:40:19 deraadt Exp $ +# $OpenBSD: list,v 1.40 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 @@ -26,6 +26,7 @@ LINK instbin bin/pax bin/tar LINK instbin bin/rm LINK instbin bin/sleep LINK instbin bin/stty +LINK instbin bin/sync LINK instbin sbin/dhclient LINK instbin sbin/disklabel LINK instbin sbin/dmesg @@ -52,6 +53,7 @@ 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 LINK instbin usr/sbin/installboot # copy the MAKEDEV script and make some devices |