mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
tar zxvf ncftp186.tgz
|
|
cd ncftp186
|
|
rm Makefile
|
|
cvs import src/usr.bin/ncftp mgleason ncftp_1_8_6
|