Makefile: add manual path for OpenBSD cd0773ce
Reported by fossy <fossy@dnmx.org>, thanks
Hiltjo Posthuma · 2022-05-01 18:37 1 file(s) · +1 −0
config.mk +1 −0
19 19
FREETYPEINC = /usr/include/freetype2
20 20
# OpenBSD (uncomment)
21 21
#FREETYPEINC = ${X11INC}/freetype2
22 +
#MANPREFIX = ${PREFIX}/man
22 23
23 24
# includes and libs
24 25
INCS = -I${X11INC} -I${FREETYPEINC}