aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2017-07-06 17:01:10 +0000
committerokan2017-07-06 17:01:10 +0000
commitf8100ad0e8dd8a55d774d460ebb5f54ed49e8cc0 (patch)
treecf73a9ee85fc750794658c9b6bc8c38dcea03ab2 /Makefile
parentf071c49261804c59c4e18ae9785f616c644ab12d (diff)
downloadcwm-f8100ad0e8dd8a55d774d460ebb5f54ed49e8cc0.tar.gz
from src, by espie@:
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8ab0d63..b6fa03b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2016/09/20 18:23:12 okan Exp $
+# $OpenBSD: Makefile,v 1.24 2017/07/06 17:01:10 okan Exp $
.include <bsd.xconf.mk>
@@ -11,7 +11,7 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
CFLAGS+= -Wall
-
+YFLAGS=
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext