diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-01 05:47:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-01-01 05:47:02 +0000 |
commit | ab953e074000f45ead101cce02ebe325aa4daf41 (patch) | |
tree | dcaeeb1f1f817bcb80ed5574a060a26fd85708fb /distrib/miniroot | |
parent | 129dee7606a8da4afd8c5fb58070062e183c6e73 (diff) |
add arch(1) to the ramdisk, it is tiny and we will soon need it
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/miniroot/list b/distrib/miniroot/list index 424f8299575..531fad0e530 100644 --- a/distrib/miniroot/list +++ b/distrib/miniroot/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.44 2009/05/06 01:30:39 deraadt Exp $ +# $OpenBSD: list,v 1.45 2010/01/01 05:47:00 deraadt Exp $ # $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $ SRCDIRS distrib/special @@ -6,6 +6,7 @@ SRCDIRS bin sbin usr.bin usr.sbin # copy the crunched binary, link to it, and kill it COPY ${OBJDIR}/instbin instbin +LINK instbin bin/arch LINK instbin bin/cat LINK instbin bin/chmod bin/chgrp sbin/chown LINK instbin bin/cp |