Home | History | Annotate | Line # | Download | only in wsbell
      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 
      7 CPPFLAGS+=	-DNWSMUX=1
      8 
      9 KMOD=	wsbell
     10 IOCONF=	wsbell.ioconf
     11 SRCS=	wsbell.c
     12 
     13 .if ${ACTIVE_CC} == "clang"
     14 COPTS.wsbell.c+=	-Wno-missing-noreturn
     15 .endif
     16 
     17 .include <bsd.kmodule.mk>
     18