spectrwm/Makefile
Ryan McBride 58096354b1 Complie with warnings, and cleanup.
- remove missing vars.
- add missing <strings.h>.
- the X11 Window type should be %lu in format strings.
2009-01-14 05:14:13 +00:00

17 lines
264 B
Makefile

# $scrotwm$
.include <bsd.xconf.mk>
PROG=scrotwm
NOMAN=
#MAN=scrotwm.1
CFLAGS+= -Wall -Wno-uninitialized
CPPFLAGS+= -I${X11BASE}/include
LDADD+=-L${X11BASE}/lib -lX11
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>