Home | History | Annotate | Line # | Download | only in wsbell
Makefile revision 1.1.4.2
      1 #	$NetBSD: Makefile,v 1.1.4.2 2017/08/28 17:53:11 skrll 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 .include <bsd.kmodule.mk>
     14