xenocara/app/xvctl/Makefile
matthieu 6a5579f8e8 Make 'obj' now can make symlinks to /usr/obj/xenocara (or any other
directory designed by XENOCARA_OBJDIR in /etc/mk.conf).
2006-12-02 16:28:48 +00:00

18 lines
300 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/12/02 16:28:48 matthieu Exp $
.include <bsd.own.mk>
X11BASE?= /usr/X11R6
PROG=xvctl
MAN=xvctl.1
CPPFLAGS+= -I${X11BASE}/include
LDADD+=-L${X11BASE}/lib -lXv -lXext -lX11
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>