JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Major churn for multi-headed support (Xrandr and plain multi-screen).
[spectrwm.git] / Makefile
1 # $scrotwm$
2 .include <bsd.xconf.mk>
3
4 PROG=scrotwm
5 NOMAN=
6 #MAN=scrotwm.1
7
8 CFLAGS+=-Wall -Wno-uninitialized
9 CPPFLAGS+= -I${X11BASE}/include
10 LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
11
12 MANDIR= ${X11BASE}/man/cat
13
14 obj: _xenocara_obj
15
16 .include <bsd.prog.mk>
17 .include <bsd.xorg.mk>