Add installboot to host tools
Change-Id: I5594cfdb13362b51f86b9ef76e82c21402c47f8d
This commit is contained in:
parent
43afffcd77
commit
9af3a794f6
2 changed files with 2 additions and 3 deletions
|
@ -121,7 +121,7 @@ SUBDIR += .WAIT texinfo \
|
||||||
.WAIT \
|
.WAIT \
|
||||||
.WAIT \
|
.WAIT \
|
||||||
.WAIT \
|
.WAIT \
|
||||||
.WAIT \
|
.WAIT installboot \
|
||||||
pwd_mkdb stat strfile zic
|
pwd_mkdb stat strfile zic
|
||||||
.endif
|
.endif
|
||||||
.if defined(__MINIX)
|
.if defined(__MINIX)
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/bootblock.h>
|
#include <limits.h>
|
||||||
#include <sys/syslimits.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Reference in a new issue