11 lines
161 B
Makefile
11 lines
161 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2009/06/11 05:43:16 mrg Exp $
|
||
|
|
||
|
LIBISPRIVATE=yes
|
||
|
|
||
|
.include "../Makefile.serverlib"
|
||
|
|
||
|
LIB= glx
|
||
|
SRCS= ${SRCS.glx}
|
||
|
|
||
|
.include "Makefile.glx"
|