JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
c16004abc994106df317303deb481fc045e63895
[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+=-L${X11BASE}/lib -lX11
11
12 MANDIR= ${X11BASE}/man/cat
13
14 obj: _xenocara_obj
15
16 .include <bsd.prog.mk>
17 .include <bsd.xorg.mk>