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