98ad6e84d6
(from /usr/xsrc) using bsd-style Makefiles. Why? - sane cross building - easy builds from read only source - non-root building - imake is evil nuff said.
14 lines
208 B
Makefile
14 lines
208 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:08 lukem Exp $
|
|
|
|
NOPIC= 1
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= Xxf86misc
|
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
|
|
|
SRCS= XF86Misc.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.x11.mk>
|