Makefile: add manual path for OpenBSD

Reported by fossy <fossy@dnmx.org>, thanks
This commit is contained in:
Hiltjo Posthuma 2022-05-01 18:37:54 +02:00
parent 8b48e30973
commit cd0773cee9
1 changed files with 1 additions and 0 deletions

View File

@ -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}