diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 406c338025..412227a320 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -17,7 +17,9 @@ endif ifeq ($(subdir), misc) sysdep_routines += mount umount xmknod s_ptrace s_sysctl sysctl llseek \ setfsgid setfsuid sysinfo uselib s_reboot -headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h + +headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h sys/module.h \ + sys/io.h sys/klog.h sys/kdaemon.h install-others += $(includedir)/sys/syscall.h |