aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-05-01 18:38:40 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-12 21:20:51 +0200
commitcdac29252cdbcc494525fdaba3cbb57f774c6f5c (patch)
treeae28d902ff1d8dc3244f8a64aa322a840a6b6e5a
parent0cac720473d81e7a6fcf7295bb757f709a67cc2f (diff)
downloadst-cdac29252cdbcc494525fdaba3cbb57f774c6f5c.tar.gz
Makefile: add manual path for OpenBSD
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 4c4c5d5..ddf278a 100644
--- a/config.mk
+++ b/config.mk
@@ -30,6 +30,7 @@ STLDFLAGS = $(LIBS) $(LDFLAGS)
#LIBS = -L$(X11LIB) -lm -lX11 -lutil -lXft \
# `$(PKG_CONFIG) --libs fontconfig` \
# `$(PKG_CONFIG) --libs freetype2`
+#MANPREFIX = ${PREFIX}/man
# compiler and linker
# CC = c99
remember that computers suck.