mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/03/08 10:54:21 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/wscons
|
|
|
|
LIB= rumpdev_wscons
|
|
IOCONF= WSCONS.ioconf
|
|
|
|
SRCS= wsevent.c wskbd.c wskbdutil.c wsmouse.c
|
|
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs -I${.CURDIR}/opt
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|