diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:40 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-05-01 18:38:40 +0200 |
commit | baa9357e96d2478baa52a3301e70ac80a229b726 (patch) | |
tree | f741264ba351b4a924fc5032ecdaf2c7d578cdfb | |
parent | 8629d9a1da72cc18568a8f146307b0e939b77ebf (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 |