diff options
Diffstat (limited to 'termios/Makefile')
-rw-r--r-- | termios/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/termios/Makefile b/termios/Makefile index 13c5b08cd8..b637633e52 100644 --- a/termios/Makefile +++ b/termios/Makefile @@ -21,7 +21,9 @@ # subdir := termios -headers := termios.h termbits.h sys/ttydefaults.h sys/termios.h sys/ttychars.h +headers := termios.h bits/termios.h sys/ttydefaults.h sys/termios.h \ + sys/ttychars.h + routines := speed cfsetspeed tcsetattr tcgetattr tcgetpgrp tcsetpgrp \ tcdrain tcflow tcflush tcsendbrk cfmakeraw |