Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
New man
[spectrwm.git]
/
Makefile
1
# $scrotwm$
2
.include <bsd.xconf.mk>
3
4
SUBDIR= lib
5
6
PROG=scrotwm
7
MAN=scrotwm.1
8
9
CFLAGS+=-Wall -Wno-uninitialized -ggdb3
10
CPPFLAGS+= -I${X11BASE}/include
11
LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
12
13
MANDIR= ${X11BASE}/man/cat
14
15
obj: _xenocara_obj
16
17
.include <bsd.prog.mk>
18
.include <bsd.xorg.mk>