spectrwm/Makefile

18 lines
264 B
Makefile
Raw Normal View History

2009-01-13 19:35:17 +00:00
# $scrotwm$
2009-01-13 16:24:34 +00:00
.include <bsd.xconf.mk>
PROG=scrotwm
NOMAN=
#MAN=scrotwm.1
CFLAGS+= -Wall -Wno-uninitialized
2009-01-13 16:24:34 +00:00
CPPFLAGS+= -I${X11BASE}/include
LDADD+=-L${X11BASE}/lib -lX11
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>