# $NetBSD: Makefile,v 1.4 2015/04/22 17:57:49 pooka Exp $ # .include .PATH: ${.CURDIR}/../../../../kern \ ${.CURDIR}/../../../../compat/common LIB= rumpkern_tty SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c .if !empty(RUMP_COMPAT:M60) SRCS+= tty_60.c .endif SRCS+= tty_component.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs .include .include