diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-02 21:14:25 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-04 01:11:35 -0800 |
| commit | 001f7af9b5ce4bd05487be8c93dcdaaad94c876e (patch) | |
| tree | 30be3923e08aeee5ba7cf3375e2ba11c3328c48f /pkg/libressl | |
| parent | 0d1023ae1fbdc59f41269d0d05b8766870fb6767 (diff) | |
Build nc from openbsd sources instead of libressl
Diffstat (limited to 'pkg/libressl')
| -rw-r--r-- | pkg/libressl/gen.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/libressl/gen.lua b/pkg/libressl/gen.lua index 229875b9..f3c1df2d 100644 --- a/pkg/libressl/gen.lua +++ b/pkg/libressl/gen.lua @@ -353,8 +353,4 @@ exe('openssl', [[apps/openssl/( file('bin/openssl', '755', '$outdir/openssl') man{'apps/openssl/openssl.1'} -exe('nc', [[apps/nc/(netcat.c atomicio.c socks.c) libtls.a.d]]) -file('bin/nc', '755', '$outdir/nc') -man{'apps/nc/nc.1'} - fetch 'curl' |
