Makefile revision 1.7
11.7Spooka# $NetBSD: Makefile,v 1.7 2015/10/19 16:16:37 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.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs 221.1Spooka 231.1Spooka.include <bsd.lib.mk> 241.1Spooka.include <bsd.klinks.mk> 25