diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-05-08 00:47:46 +0200 |
commit | b40e01e0550e6e796c74a49583e1bbbf479d0199 (patch) | |
tree | d41ab2733b9ae944929362adc652221e84a176cb | |
parent | cbe9567b1f59ef9c18412426a4b0a50ba2145b56 (diff) |
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 |