Add installboot to host tools

Change-Id: I5594cfdb13362b51f86b9ef76e82c21402c47f8d
This commit is contained in:
Jean-Baptiste Boric 2015-09-11 00:02:37 +02:00 committed by Lionel Sambuc
parent 43afffcd77
commit 9af3a794f6
2 changed files with 2 additions and 3 deletions

View File

@ -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)

View File

@ -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>