summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README.710
-rwxr-xr-xconfigure4
3 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b8f6177..ccad855 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PREFIX ?= /usr/local
-MANDIR ?= ${PREFIX}/share/man
+MANDIR ?= ${PREFIX}/man
 
 CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 LDLIBS = -ltls
diff --git a/README.7 b/README.7
index cd6ac64..24b6863 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd March  2, 2021
+.Dd March  3, 2021
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -30,7 +30,13 @@ provided by either
 (for OpenSSL)
 or by LibreSSL.
 It targets
-.Fx .
+.Fx
+and
+.Ox .
+On
+.Ox ,
+it additionally requires
+.Sy libiconv .
 .
 .Bd -literal -offset indent
 \&./configure
diff --git a/configure b/configure
index b628b43..00f19e6 100755
--- a/configure
+++ b/configure
@@ -31,6 +31,10 @@ for opt; do
 done
 
 case "$(uname)" in
+	(OpenBSD)
+		cflags -I/usr/local/include
+		ldlibs -L/usr/local/lib -liconv -ltls
+		;;
 	(Darwin)
 		config libtls
 		ldlibs -liconv -lresolv
768854&follow=1'>Set shiftwidth to 4 for LuaJune McEnroe 2012-01-29Don't show Syntastic errors automaticallyJune McEnroe 2012-01-28Update to Quicktask 1.1June McEnroe 2012-01-22Use space-test branch of quicktaskJune McEnroe 2012-01-22Enable syntax-based foldingJune McEnroe 2012-01-22Update quicktaskJune McEnroe 2012-01-22Revert "Add AutoClose"June McEnroe 2012-01-22Revert "Disable powerline for now"June McEnroe 2012-01-22Revert "Add VCS repo directories to wildignore"June McEnroe 2012-01-22Disable powerline for nowJune McEnroe 2012-01-22Update some pluginsJune McEnroe 2012-01-22Add VCS repo directories to wildignoreJune McEnroe 2012-01-22Map ,e and ,b to CtrlP file and buffer respectivelyJune McEnroe 2012-01-22Add vim-spaceJune McEnroe 2012-01-22Add AutoCloseJune McEnroe 2012-01-22Add binding for GundoJune McEnroe 2012-01-22Add GundoJune McEnroe 2012-01-22Add Jellybeans colorschemeJune McEnroe 2012-01-22Add syntasticJune McEnroe 2012-01-21Add PowerlineJune McEnroe 2012-01-21Add quicktaskJune McEnroe 2012-01-15Moved comments out of mapsJune McEnroe 2012-01-14Disable scrollbarsJune McEnroe