Index of /QNX/8.0/netcat-openbsd/
Name | Last Modified | Size | Type |
../ | | - | Directory |
README.txt | 2025-Aug-22 21:35:46 | 0.4K | text/plain; charset=utf-8 |
netcat | 2025-Aug-22 21:19:12 | 37.3K | application/octet-stream |
netcat-openbsd.tgz | 2025-Aug-22 21:19:12 | 27.3K | application/x-gtar-compressed |
# OpenBSD's netcat port, ported to QNX 8.0
# https://man.openbsd.org/nc.1
Bins:
curl https://astr0baby.online/QNX/8.0/netcat-openbsd/netcat -o netcat -k
Build:
$ source ~/qnx800/qnxsdp-env.sh
$ mkdir ~/qnx800/SRC
$ cd ~/qnx800/SRC
$ wget https://astr0baby.online/QNX/8.0/netcat-openbsd/netcat-openbsd.tgz
$ tar -zxvf netcat-openbsd.tgz
$ rm netcat-openbsd.tgz
$ cd netcat-opensbd
$ make