1#	$NetBSD: Makefile,v 1.2 2019/02/17 04:06:01 rin Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/dev/wscons
6
7CPPFLAGS+=	-DNWSMUX=1
8
9KMOD=	wsbell
10IOCONF=	wsbell.ioconf
11SRCS=	wsbell.c
12
13.if ${ACTIVE_CC} == "clang"
14COPTS.wsbell.c+=	-Wno-missing-noreturn
15.endif
16
17.include <bsd.kmodule.mk>
18