Makefile revision 1.6
11.6Schristos# $NetBSD: Makefile,v 1.6 2015/08/20 11:59:16 christos Exp $ 21.1Spooka# 31.1Spooka 41.2Spooka.PATH: ${.CURDIR}/../../../../kern \ 51.2Spooka ${.CURDIR}/../../../../compat/common 61.1Spooka 71.1SpookaLIB= rumpkern_tty 81.6SchristosIOCONF= TTY.ioconf 91.6SchristosSRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c 101.1Spooka 111.6Schristos.include <bsd.init.mk> 121.4Spooka 131.5Spooka.if !empty(RUMP_NBCOMPAT:M60) 141.2SpookaSRCS+= tty_60.c 151.4Spooka.endif 161.1Spooka 171.3SpookaSRCS+= tty_component.c 181.1Spooka 191.1SpookaCPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs 201.1Spooka 211.1Spooka.include <bsd.lib.mk> 221.1Spooka.include <bsd.klinks.mk> 23