diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-13 17:44:05 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-13 17:44:05 -0700 |
commit | be2066bc16fe63e6f60c81e9c17885949108cf45 (patch) | |
tree | 796b8b0cabbca3b2fc6f596a9d002218de83760b /config.mk | |
parent | 571bfa337454f09fd13d9c5cd0f3ec5c85f4c41b (diff) | |
parent | 44adafe0069e73aa03a3829d7bb39591cd8b3f1d (diff) |
Merge branch 'master' into fly
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |