diff options
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/Makefile b/misc/Makefile index e2db14daa0..4cca2f32c1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -22,14 +22,14 @@ subdir := misc -headers := sys/uio.h iovec.h sys/ioctl.h ioctls.h ioctl-types.h \ +headers := sys/uio.h bits/uio.h sys/ioctl.h bits/ioctls.h bits/ioctl-types.h \ sys/ptrace.h sys/file.h sys/dir.h sys/cdefs.h \ - ar.h a.out.h libgen.h stab.h stab.def sgtty.h \ + ar.h a.out.h libgen.h stab.h bits/stab.def sgtty.h \ ttyent.h syslog.h sys/syslog.h paths.h sys/reboot.h \ - sys/mman.h sys/param.h fstab.h mntent.h search.h err.h error.h\ + sys/mman.h sys/param.h fstab.h mntent.h search.h err.h error.h \ sys/queue.h sysexits.h syscall.h sys/syscall.h sys/swap.h \ - sys/select.h ustat.h sys/ustat.h ustatbits.h sys/sysinfo.h \ - regexp.h selectbits.h + sys/select.h ustat.h sys/ustat.h bits/ustat.h sys/sysinfo.h \ + regexp.h bits/select.h routines := brk sbrk sstk ioctl \ readv writev \ |