Home | History | Annotate | Line # | Download | only in libtty
Makefile revision 1.3.6.4
      1 #	$NetBSD: Makefile,v 1.3.6.4 2016/03/19 11:30:37 skrll Exp $
      2 #
      3 
      4 .PATH:  ${.CURDIR}/../../../../kern					\
      5 	${.CURDIR}/../../../../compat/common
      6 
      7 LIB=	rumpkern_tty
      8 COMMENT=TTY/PTY support
      9 
     10 IOCONF=	TTY.ioconf
     11 SRCS=	tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c
     12 
     13 .include <bsd.init.mk>
     14 
     15 .if !empty(RUMP_NBCOMPAT:M60)
     16 SRCS+=	tty_60.c
     17 .endif
     18 
     19 SRCS+=	tty_component.c
     20 
     21 .include <bsd.lib.mk>
     22 .include <bsd.klinks.mk>
     23