blob: 1bd5da285db6541bda58885ad03437cca0f86e31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2016/06/10 03:42:13 mrg Exp $
LIBISPRIVATE= yes
LIB= Xext
.include "../Makefile.serverlib"
.include "Makefile.Xextbuiltin"
.include "Makefile.Xextmodule"
SRCS= ${SRCS.Xextbuiltin} ${SRCS.Xextmodule}
SUBDIR= Xextbuiltin Xextmodule
.include <bsd.subdir.mk>
.include "Makefile.Xext"
|