Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2013/07/16 19:07:55 pooka Exp $
2#
3
4.PATH:  ${.CURDIR}/../../../../kern					\
5	${.CURDIR}/../../../../compat/common
6
7LIB=	rumpkern_tty
8
9SRCS=	tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c
10SRCS+=	tty_60.c
11
12SRCS+=	component.c
13
14CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
15
16.include <bsd.lib.mk>
17.include <bsd.klinks.mk>
18