FreeBSD note into README.md

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-05-18 23:59:33 -07:00
parent 58c87f7e0e
commit 57b71e7925
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
## The Makefile(s) to build require GNU make (gmake).
## Please install and invoke build via:
## $ gmake <targets>
## eg.,
## $ gmake clean all

View File

@ -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```