11.8Spooka# $NetBSD: Makefile,v 1.8 2016/01/26 23:12:17 pooka Exp $ 21.1Spooka# 31.1Spooka 41.2Spooka.PATH: ${.CURDIR}/../../../../kern \ 51.2Spooka ${.CURDIR}/../../../../compat/common 61.1Spooka 71.1SpookaLIB= rumpkern_tty 81.7SpookaCOMMENT=TTY/PTY support 91.7Spooka 101.6SchristosIOCONF= TTY.ioconf 111.6SchristosSRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c 121.1Spooka 131.6Schristos.include <bsd.init.mk> 141.4Spooka 151.5Spooka.if !empty(RUMP_NBCOMPAT:M60) 161.2SpookaSRCS+= tty_60.c 171.4Spooka.endif 181.1Spooka 191.3SpookaSRCS+= tty_component.c 201.1Spooka 211.1Spooka.include <bsd.lib.mk> 221.1Spooka.include <bsd.klinks.mk> 23