xenocara/app/wm2/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

16 lines
304 B
Makefile

# $Xenocara$
.include <bsd.own.mk>
X11BASE?= /usr/X11R6
PROG= wm2
SRCS= Border.C Buttons.C Client.C Events.C Main.C Manager.C Rotated.C
CPPFLAGS+= -I${X11BASE}/include
LDADD+= -L${X11BASE}/lib -lXext -lX11
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>