18 lines
353 B
Makefile
18 lines
353 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2013/05/31 23:28:25 mrg Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
XKBNAME= keycodes
|
||
|
FILES= README aliases amiga ataritt empty evdev fujitsu hp ibm \
|
||
|
macintosh olpc sony sun xfree86 xfree98
|
||
|
|
||
|
SUBDIR= digital_vndr sgi_vndr
|
||
|
|
||
|
XKBDIR= 1
|
||
|
|
||
|
.include "../Makefile.xkbdata"
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.prog.mk>
|
||
|
.include <bsd.subdir.mk>
|