projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b48e30
)
Makefile: add manual path for OpenBSD
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 1 May 2022 16:37:54 +0000
(18:37 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sun, 1 May 2022 16:37:54 +0000
(18:37 +0200)
Reported by fossy <fossy@dnmx.org>, thanks
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index b6eb7e03ff326fc6e478f92d8937017b8df489ac..81c493ef4aff77ba6f00f7a94ae496b904da7ee0 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-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}