xenocara/app/xidle/Makefile
matthieu bbc31bf586 Introduce bsd.xconf.mk to set default config variables used
at several places in the Xenocara build in a central place instead
of duplicating the checks all over the place. ok oga@.
2008-03-25 23:41:50 +00:00

16 lines
300 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/03/25 23:41:50 matthieu Exp $
.include <bsd.xconf.mk>
PROG= xidle
CPPFLAGS+= -I${X11BASE}/include
CFLAGS+= -Wall
LDADD+= -L${X11BASE}/lib -lXss -lXext -lX11 -lXau -lXdmcp
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>