4df6dad7ae
this fixes the problem with copy & paste not working
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/09/07 13:15:11 rtr Exp $
|
|
|
|
LIBISMODULE= yes
|
|
SHLIB_MAJOR= 2 # XXX
|
|
SHLIB_MINOR= 0
|
|
|
|
.include <bsd.own.mk>
|
|
.include <bsd.x11.mk>
|
|
|
|
LIB= xomGeneric
|
|
LIBDIR= ${X11LIBDIR}/locale/lib/common
|
|
SRCS= ${SRCS.xomGeneric}
|
|
|
|
.include "../Makefile.xomGeneric"
|