10 lines
168 B
Makefile
10 lines
168 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/08/02 06:32:02 mrg Exp $
|
||
|
|
||
|
DRIVER= xf86-input-void
|
||
|
DRIVER_NAME= void_drv
|
||
|
|
||
|
SRCS= void.c
|
||
|
MAN= void.4
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|