spectrwm/Makefile
Darrin Chandler b9b62a7f36 Add -std=c89. We already were compliant, and this is mostly to encourage
better patches from the GNU crowd.

"do it" marco@
2009-09-13 17:28:19 +00:00

18 lines
300 B
Makefile

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