diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:40 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2024-05-12 21:20:51 +0200 |
commit | cdac29252cdbcc494525fdaba3cbb57f774c6f5c (patch) | |
tree | ae28d902ff1d8dc3244f8a64aa322a840a6b6e5a | |
parent | 0cac720473d81e7a6fcf7295bb757f709a67cc2f (diff) | |
download | st-cdac29252cdbcc494525fdaba3cbb57f774c6f5c.tar.gz |
Makefile: add manual path for OpenBSD
-rw-r--r-- | config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |