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