aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-01 18:37:54 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-05-01 18:37:54 +0200
commitcd0773cee9bad694dc9a6b1355a32bbe61abadff (patch)
tree3201a9b915915054cfcb7a12df98f4baa6439fef
parent8b48e309735f5fe49d35f86e967f4b5dea2a2f2d (diff)
downloaddwm-cd0773cee9bad694dc9a6b1355a32bbe61abadff.tar.zst
Makefile: add manual path for OpenBSD
Reported by fossy <fossy@dnmx.org>, thanks
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index b6eb7e0..81c493e 100644
--- a/config.mk
+++ b/config.mk
@@ -19,6 +19,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}