1 # Makefile for terminal driver (TTY)
3 .
include <minix.own.mk
>
6 SRCS
= tty.c console.c keyboard.c pty.c rs232.c
8 DPADD
+= ${LIBDRIVER} ${LIBSYS} ${LIBTIMERS}
9 LDADD
+= -ldriver
-lsys
-ltimers
18 # Needs kernel/const.h, etc
19 CPPFLAGS
+= -I
${MINIXSRCDIR}
21 .
include <minix.prog.mk
>
22 .
include <minix.subdir.mk
>