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