17 lines
301 B
Makefile
17 lines
301 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/03/08 20:48:59 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
PROG=xvctl
|
|
MAN=xvctl.1
|
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
|
|
|
LDADD+=-L${X11BASE}/lib -lXv -lXext -lX11 -lxcb -lXau -lXdmcp
|
|
|
|
MANDIR= ${X11BASE}/man/cat
|
|
|
|
obj: _xenocara_obj
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|