diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-05 08:49:05 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-05 08:49:05 +0000 |
commit | da2228d0d18c3b613bfd6a11c19c1003d7ae0250 (patch) | |
tree | fd1bc10c8b1b4542e40d6371feefb1d7907ff6bb /release | |
parent | bec8289edcb46815d0516ba583b321d44737e792 (diff) | |
download | FreeBSD-src-da2228d0d18c3b613bfd6a11c19c1003d7ae0250.zip FreeBSD-src-da2228d0d18c3b613bfd6a11c19c1003d7ae0250.tar.gz |
Add ncftp. I needed it for "hands-free" ftp operation from the install
script.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 9284c91..c3bc1a3 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1994/11/05 07:55:30 jkh Exp $ +# $Id: Makefile,v 1.11 1994/11/05 08:16:01 jkh Exp $ # FLOPPY= fd0 @@ -10,7 +10,7 @@ MNT= /mnt CPIO1= cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir CPIO1+= mt mv pwd rcp rm rmdir sh sleep stty sync test [ -sh CPIO1+= badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init -CPIO1+= mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping reboot +CPIO1+= mknod mount mount_cd9660 mount_msdos mount_nfs ncftp newfs ping reboot CPIO1+= restore slattach swapon umount route CPIO1+= rdump rrestore halt CPIO1+= ftp rsh sed telnet rlogin |