install exa.4

This commit is contained in:
mrg 2008-08-05 04:52:19 +00:00
parent c190c3182b
commit 84d5845858
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2008/08/04 11:41:50 rtr Exp $
# $NetBSD: Makefile,v 1.2 2008/08/05 04:52:19 mrg Exp $
XMODULEDIR= ${X11USRLIBDIR}/modules
@ -6,7 +6,7 @@ XMODULEDIR= ${X11USRLIBDIR}/modules
.include "../../../Makefile.servermod"
LIB= exa
#MAN= exa.xx
MAN= exa.4
.PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/exa
SRCS= examodule.c
@ -23,6 +23,10 @@ CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
CPPFLAGS+= -DXORG_VERSION_CURRENT=${XORG_VERSION_CURRENT}
# XXX
exa.4: exa.man.pre
cp ${.ALLSRC} ${.TARGET}
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>