projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe5d5c6
)
Makefile: add manual path for OpenBSD
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 1 May 2022 16:38:25 +0000
(18:38 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 1 May 2022 16:38:25 +0000
(18:38 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 0df3fc888d7bcf7f2d44bdddd6099406b230552d..b0bd24692f132a9ce61d13700063216e7868d606 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-17,6
+17,7
@@
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = $(X11INC)/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)