19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/09/14 07:11:06 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${X11SRCDIR.xc}/include
|
|
|
|
INCSDIR=${X11INCDIR}/X11
|
|
|
|
INCS= DECkeysym.h HPkeysym.h Sunkeysym.h X.h XF86keysym.h XWDFile.h \
|
|
Xalloca.h Xarch.h Xatom.h Xdefs.h Xfuncproto.h Xfuncs.h Xmd.h Xos.h \
|
|
Xos_r.h Xosdefs.h Xpoll.h Xproto.h Xprotostr.h Xthreads.h ap_keysym.h \
|
|
keysym.h keysymdef.h
|
|
|
|
SUBDIR= DPS GL bitmaps extensions fonts
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|