xenocara/app/xidle/Makefile

16 lines
300 B
Makefile
Raw Normal View History

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