mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
tar zxvf ncftp-1.9.4.tgz
|
|
cd ncftp-1.9.4
|
|
rm Makefile
|
|
cvs import src/usr.bin/ncftp mgleason ncftp_1_9_4
|