aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoroga2008-01-08 20:21:43 +0000
committeroga2008-01-08 20:21:43 +0000
commit6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7 (patch)
treef18aca0a2b10ff37029628ccfff6480a1f3db75f /Makefile
parent12931679ea1845d2adf4c9171e175a334e4f2902 (diff)
downloadcwm-6777f6ecb4863eb266f4e71777a3bc7e7ee8c7a7.tar.gz
Kill some more dead code, cursor.c goes away.
ok marc@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e2a4d6..fa1c08e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2008/01/03 01:58:16 oga Exp $
+# $OpenBSD: Makefile,v 1.4 2008/01/08 20:21:43 oga Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@ PROG= cwm
SRCS= calmwm.c screen.c xmalloc.c client.c grab.c search.c \
util.c xutil.c conf.c input.c xevents.c group.c \
- kbfunc.c cursor.c font.c
+ kbfunc.c font.c
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2