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