Add a few more files to bindest.
This commit is contained in:
parent
1b0e311d2e
commit
0a03ad0d0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25898
1 changed files with 15 additions and 3 deletions
|
@ -2,13 +2,25 @@
|
|||
|
||||
Copy the following files from a running 4.0 system:
|
||||
|
||||
/dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero}
|
||||
/dev/{bpf0,kmem,lkm,mem,null,random,stderr,stdin,stdout,tty,zero}
|
||||
/dev/fd/[0-9]
|
||||
/etc/resolv.conf
|
||||
|
||||
Copy the following files from a very recent 4.0 system:
|
||||
/usr/bin/openssl
|
||||
/usr/include/openssl/evp.h
|
||||
/usr/include/openssl/rsa.h
|
||||
/usr/include/openssl/rsaref.h
|
||||
/usr/lib/libRSAglue.a
|
||||
/usr/lib/libRSAglue.so.1
|
||||
/usr/lib/libcrypto.a
|
||||
/usr/lib/libcrypto.so.1
|
||||
/usr/lib/libssl.a
|
||||
/usr/lib/libssl.so.1
|
||||
|
||||
(empty)
|
||||
Copy the following files from a running 4-current system or a
|
||||
2.2-stable system. In the latter case, it will be in /usr/lib.
|
||||
|
||||
/usr/lib/aout/c++rt0.o
|
||||
|
||||
Copy the following files from a very recent 4.0 system or source tree:
|
||||
|
||||
|
|
Loading…
Reference in a new issue