NetBSD/x11/lib/Xxf86vm/Makefile
chs e211d606cd fix many problems in the reachover Makefiles for X11 libraries:
- add many missing shared-library dependencies
 - remove many unnecessary shared-library dependencies
 - add many missing files to the Mesa source list
 - fix the ordering of the SUBDIR list in the top level
   to match the actual inter-library dependencies
2005-09-24 13:51:46 +00:00

16 lines
262 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/09/24 13:51:47 chs Exp $
.include <bsd.own.mk>
LIB= Xxf86vm
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
SRCS= XF86VMode.c
LIBDPLIBS=\
Xext ${.CURDIR}/../Xext \
X11 ${.CURDIR}/../X11/dynamic
.include <bsd.x11.mk>
.include <bsd.lib.mk>