diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-03 04:59:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-03 04:59:53 +0000 |
commit | eb5edafdfa8700058da59f02a1ab75d2e0f7803c (patch) | |
tree | 6b473838ceb2d13b4d61da5d628ecb159fb475eb /distrib/socppc | |
parent | b7b55b7df11576a30a97911ac11f6cea75e14681 (diff) |
need sleep here, too
Diffstat (limited to 'distrib/socppc')
-rw-r--r-- | distrib/socppc/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/socppc/ramdisk/list b/distrib/socppc/ramdisk/list index 3966183e91a..23118a2d381 100644 --- a/distrib/socppc/ramdisk/list +++ b/distrib/socppc/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.5 2009/04/19 00:59:39 deraadt Exp $ +# $OpenBSD: list,v 1.6 2009/05/03 04:59:52 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -23,6 +23,7 @@ LINK instbin bin/mv LINK instbin bin/pax bin/tar bin/cpio LINK instbin bin/rm LINK instbin bin/sha256 +LINK instbin bin/sleep LINK instbin bin/stty LINK instbin bin/sync LINK instbin sbin/dhclient |