e214d537fb
<bsd.own.mk>, as we now set BINDIR,LIBDIR,MANDIR in <bsd.x11.mk> rather than using a hierarchy of Makefile.inc files just to include x11/Makefile.inc to get those variables.
21 lines
524 B
Makefile
21 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:40 lukem Exp $
|
|
|
|
XTODO= InstallDriverSDKNonExecFile
|
|
|
|
.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>
|