mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
#!/bin/sh
|
|
tar zxvf ncftp187.tgz
|
|
cd ncftp187
|
|
rm Makefile
|
|
cvs import src/usr.bin/ncftp mgleason ncftp_1_8_7
|