blob: f078b4e4fa9d0c18cde7499ee8d55976d259da8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.2 2020/02/23 09:14:05 mrg Exp $
NOPROG= yes
INCS= XKBgeom.h
INCSDIR=${X11INCDIR}/X11/extensions
.include <bsd.x11.mk>
.PATH: ${X11SRCDIR.X11}/include/X11/extensions
.include <bsd.prog.mk>
|