xenocara/app/xidle/Makefile

18 lines
306 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2006/12/02 16:28:48 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
MANDIR= ${X11BASE}/man/cat
obj: _xenocara_obj
2006-11-26 03:57:44 -07:00
.include <bsd.prog.mk>
.include <bsd.xorg.mk>