971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/08/09 06:48:17 rtr 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"
|