JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add initial floating support and a forgotten makefile...
[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
11
12 MANDIR= ${X11BASE}/man/cat
13
14 obj: _xenocara_obj
15
16 .include <bsd.prog.mk>
17 .include <bsd.xorg.mk>