mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
18 lines
393 B
Makefile
18 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/07/16 19:07:55 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../kern \
|
|
${.CURDIR}/../../../../compat/common
|
|
|
|
LIB= rumpkern_tty
|
|
|
|
SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c
|
|
SRCS+= tty_60.c
|
|
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|