commit 28fb3e28120db29ea45d1951eee7047b4109ab5f
parent fe5d5c6709a77ac5d554e26dda76a67df68618ae
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 1 May 2022 18:38:25 +0200
Makefile: add manual path for OpenBSD
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.mk b/config.mk
@@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = $(X11INC)/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)