1 1.1 pooka # $NetBSD: Makefile,v 1.1 2010/06/14 14:45:47 pooka Exp $ 2 1.1 pooka # 3 1.1 pooka 4 1.1 pooka .PATH: ${.CURDIR}/../../../../kern 5 1.1 pooka 6 1.1 pooka LIB= rumpkern_tty 7 1.1 pooka 8 1.1 pooka SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c 9 1.1 pooka 10 1.1 pooka SRCS+= component.c 11 1.1 pooka 12 1.1 pooka CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs 13 1.1 pooka 14 1.1 pooka .include <bsd.lib.mk> 15 1.1 pooka .include <bsd.klinks.mk> 16