Home | History | Annotate | Line # | Download | only in libwscons
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2015/08/24 23:01:59 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/wscons
      5 
      6 LIB=	rumpdev_wscons
      7 IOCONF=	WSCONS.ioconf
      8 
      9 SRCS=   wsevent.c wskbd.c wskbdutil.c wsmouse.c
     10 
     11 SRCS+=	wscons_component.c
     12 
     13 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     14 
     15 .include <bsd.lib.mk>
     16 .include <bsd.klinks.mk>
     17