blob: a7cfeb1ae2ccf15ae3a2f92e42c721bd784be19d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.4 2008/08/09 05:26:41 rtr Exp $
LIBISPRIVATE= yes
LIB= Xextbuiltin
.include "../../Makefile.serverlib"
.include "../Makefile.Xextbuiltin"
SRCS= ${SRCS.Xextbuiltin}
.include "../Makefile.Xext"
|