xenocara/app/xidle/Makefile

18 lines
320 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2007/04/09 11:14:25 matthieu Exp $
2006-11-26 03:57:44 -07:00
.include <bsd.own.mk>
X11BASE?= /usr/X11R6
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>