summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-01 18:37:54 +0200
committerrafa_99 <raroma09@gmail.com>2022-05-01 22:50:29 +0100
commitc741cf6dd3c62d07c4d981d92b5f5d5c8de1ad79 (patch)
treebda2d334090537c0823c4dd4eac6bc957c1460f4
parentd175bb48b1cee378dac4f368f16fdf0cf01515c5 (diff)
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 b574d96..0447df3 100644
--- a/config.mk
+++ b/config.mk
@@ -20,6 +20,7 @@ FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
#KVMLIB = -lkvm
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}