diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-20 01:40:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-10-20 01:40:29 +0000 |
commit | 42ec3ed071d35cdb857ca9248b77b3544e7cdd8f (patch) | |
tree | 30f336fd0e7f9c36dd43d73f31b9905e9fa7e79b /distrib/hp300/ramdisk/list | |
parent | 993b5de242f2b4e38bfb031674ba2794dd15f28f (diff) |
missing /bin/hostname
Diffstat (limited to 'distrib/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index ed15f69ac70..43edb38c3cc 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.23 2001/10/08 19:26:14 deraadt Exp $ +# $OpenBSD: list,v 1.24 2001/10/20 01:40:28 millert Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -8,6 +8,7 @@ LINK raminst bin/df LINK raminst bin/dd LINK raminst bin/ed LINK raminst bin/expr +LINK raminst bin/hostname LINK raminst bin/ln LINK raminst bin/ls LINK raminst bin/mkdir |