aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrdotx <klassiker@gmx.de>2022-05-03 15:14:04 +0200
committermrdotx <klassiker@gmx.de>2022-05-03 15:14:04 +0200
commit854de3fa4e5d72b6d27435e997514588366f7217 (patch)
treeb66d99293113a195433558084152d7ead7ad60a2
parent4397fa4d639bfb09d18fa5d2f8a34a6e805d88a5 (diff)
add manual path for openbsd
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 29f683e..f82c333 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}