aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarc2008-01-02 20:47:11 +0000
committermarc2008-01-02 20:47:11 +0000
commitc42ceeb654278975a507e935bf613d650894d34c (patch)
treeb37aff49879d3e2d87b58df62412491906dd00cc /Makefile
parent6c6cb1a07bc09995e9a60237f0c83fe500b783ec (diff)
downloadcwm-c42ceeb654278975a507e935bf613d650894d34c.tar.gz
remove unused code
OK oga@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ccb471b..3450cbf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2007/04/27 18:01:38 bernd Exp $
+# $OpenBSD: Makefile,v 1.2 2008/01/02 20:47:11 marc Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@ X11BASE?= /usr/X11R6
PROG= cwm
SRCS= calmwm.c draw.c screen.c xmalloc.c client.c grab.c search.c \
- util.c xutil.c conf.c input.c xevents.c group.c geographic.c \
+ util.c xutil.c conf.c input.c xevents.c group.c \
kbfunc.c cursor.c font.c
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2