diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:25 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:25 +0200 |
commit | 28fb3e28120db29ea45d1951eee7047b4109ab5f (patch) | |
tree | 208dab375e9c53a9699005468707adc144bae3b4 | |
parent | fe5d5c6709a77ac5d554e26dda76a67df68618ae (diff) |
Makefile: add manual path for OpenBSD
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft | |||
17 | FREETYPEINC = /usr/include/freetype2 | 17 | FREETYPEINC = /usr/include/freetype2 |
18 | # OpenBSD (uncomment) | 18 | # OpenBSD (uncomment) |
19 | #FREETYPEINC = $(X11INC)/freetype2 | 19 | #FREETYPEINC = $(X11INC)/freetype2 |
20 | #MANPREFIX = ${PREFIX}/man | ||
20 | 21 | ||
21 | # includes and libs | 22 | # includes and libs |
22 | INCS = -I$(X11INC) -I$(FREETYPEINC) | 23 | INCS = -I$(X11INC) -I$(FREETYPEINC) |