Home | History | Annotate | Line # | Download | only in libwscons
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 2010/03/08 10:54:21 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+=	component.c
     12 
     13 CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs -I${.CURDIR}/opt
     14 
     15 .include <bsd.lib.mk>
     16 .include <bsd.klinks.mk>
     17