Home | History | Annotate | Line # | Download | only in wsbell
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2017/06/11 22:21:33 pgoyette 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