Skip to content

Commit cd0773c

Browse files
committed
Makefile: add manual path for OpenBSD
Reported by fossy <[email protected]>, thanks
1 parent 8b48e30 commit cd0773c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mk

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ FREETYPELIBS = -lfontconfig -lXft
1919
FREETYPEINC = /usr/include/freetype2
2020
# OpenBSD (uncomment)
2121
#FREETYPEINC = ${X11INC}/freetype2
22+
#MANPREFIX = ${PREFIX}/man
2223

2324
# includes and libs
2425
INCS = -I${X11INC} -I${FREETYPEINC}

0 commit comments

Comments
 (0)