From 57b71e792513f7c4241c5c9165205e4751c98328 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Mon, 18 May 2020 23:59:33 -0700 Subject: [PATCH] FreeBSD note into README.md Signed-off-by: Russ Magee --- README.freebsd | 6 ------ README.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 README.freebsd 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```