summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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
mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe