1 # Makefile for terminal driver (TTY)
4 SRCS
= tty.c console.c keyboard.c pty.c rs232.c
6 DPADD
+= ${LIBSYS} ${LIBTIMERS}
15 # Needs kernel/const.h, etc
16 CPPFLAGS
+= -I
${NETBSDSRCDIR}
18 .
include <minix.bootprog.mk
>
19 .
include <bsd.subdir.mk
>