1 1.3.6.3 skrll # $NetBSD: Makefile,v 1.3.6.3 2015/12/27 12:10:16 skrll Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.2 pooka .PATH: ${.CURDIR}/../../../../kern \ 5 1.2 pooka ${.CURDIR}/../../../../compat/common 6 1.1 pooka 7 1.1 pooka LIB= rumpkern_tty 8 1.3.6.3 skrll COMMENT=TTY/PTY support 9 1.3.6.3 skrll 10 1.3.6.2 skrll IOCONF= TTY.ioconf 11 1.1 pooka SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c 12 1.3.6.1 skrll 13 1.3.6.2 skrll .include <bsd.init.mk> 14 1.3.6.2 skrll 15 1.3.6.1 skrll .if !empty(RUMP_NBCOMPAT:M60) 16 1.2 pooka SRCS+= tty_60.c 17 1.3.6.1 skrll .endif 18 1.1 pooka 19 1.3 pooka SRCS+= tty_component.c 20 1.1 pooka 21 1.1 pooka CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs 22 1.1 pooka 23 1.1 pooka .include <bsd.lib.mk> 24 1.1 pooka .include <bsd.klinks.mk> 25