11.1Suwe#	$NetBSD: Makefile,v 1.1 2022/05/03 14:11:59 uwe Exp $
21.1Suwe#
31.1Suwe
41.1Suwe# This library provides wscons vt100 emulation (aka TERM=wsvt25).
51.1Suwe# This is internal module, not a device, so there's no RUMP_COMPONENT.
61.1Suwe# The public interface provided by this module is wsemul_vt100_ops and
71.1Suwe# it needs the user to provide (in rump namespace) wsdisplay_emulinput
81.1Suwe# and wsdisplay_emulbell, provided in the real kernel by wsdisplay.
91.1Suwe
101.1Suwe.PATH:	${.CURDIR}/../../../../dev/wscons
111.1Suwe
121.1SuweLIB=	rumpdev_wsemul_vt100
131.1SuweCOMMENT=Workstation console VT100 emulation
141.1Suwe
151.1SuweSRCS+= wsemul_vt100.c
161.1SuweSRCS+= wsemul_vt100_chars.c
171.1SuweSRCS+= wsemul_vt100_keys.c
181.1SuweSRCS+= wsemul_vt100_subr.c
191.1Suwe
201.1Suwe.include <bsd.lib.mk>
211.1Suwe.include <bsd.klinks.mk>
22