Commit ca78050c58f33fde73e45b9fd2edb6daa32c7cea

czurnieden 2019-03-01T02:44:58

added building howto for NetBSD

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/bn.tex b/doc/bn.tex
index 85f0607..ef8d141 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -185,7 +185,7 @@ NetBSD is not as strict as OpenBSD but still needs \texttt{gmake} to build the s
 pkg_add gmake libtool
 \end{alltt}
 Please check with \texttt{libtool --version} that installed libtool is indeed a GNU libtool.
-Build the shared library with:
+Build the shared library by typing:
 \begin{alltt}
 gmake -f makefile.shared
 \end{alltt}