# $NetBSD: Makefile,v 1.5 2015/04/23 14:49:26 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_NBCOMPAT:M60) SRCS+= tty_60.c .endif SRCS+= tty_component.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs .include .include