summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-18 20:03:05 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-08-18 20:03:05 +0100
commitce9e4453d2ed41c27c72c0a51948995f3f122fcd (patch)
tree19bc4a616cf4f143260bf8d31fbe6574024b8373 /config.mk
parent2faa0fa7bfd3379dc7fe6e337688adf08c32c7b7 (diff)
move functions from search.c and togglemouse.c into dwm.c
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index e6c8e1a..3fa2d73 100644
--- a/config.mk
+++ b/config.mk
@@ -18,9 +18,9 @@ XINERAMAFLAGS = -DXINERAMA
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD
-FREETYPEINC = ${X11INC}/freetype2
-MANPREFIX = ${PREFIX}/man
-KVMLIB = -lkvm
+# FREETYPEINC = ${X11INC}/freetype2
+# MANPREFIX = ${PREFIX}/man
+# KVMLIB = -lkvm
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}