diff --git a/README.freebsd b/README.freebsd deleted file mode 100644 index 968d79c..0000000 --- a/README.freebsd +++ /dev/null @@ -1,6 +0,0 @@ -## The Makefile(s) to build require GNU make (gmake). -## Please install and invoke build via: -## $ gmake -## eg., -## $ gmake clean all - diff --git a/README.md b/README.md index 3081c15..f6b8543 100644 --- a/README.md +++ b/README.md @@ -197,3 +197,9 @@ Example, tunnelling ssh through xs * [client side, term A] ```$ xs -T=6002:7002 user@server``` * [client side, term B] ```$ ssh user@localhost -p 6002``` + +### Building for FreeBSD + +The Makefile(s) to build require GNU make (gmake). +Please install and invoke build via: +```$ gmake clean all```