diff options
author | ache <ache@FreeBSD.org> | 1994-09-23 00:00:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-23 00:00:57 +0000 |
commit | a381025168cda438895c4872d5894bfff2a516c0 (patch) | |
tree | 6a65221db7570cfbf5d12311f06d78bf20fa1e82 /usr.bin | |
parent | abc9c57651cb37fc9446ba444018e3d100e971f8 (diff) | |
download | FreeBSD-src-a381025168cda438895c4872d5894bfff2a516c0.zip FreeBSD-src-a381025168cda438895c4872d5894bfff2a516c0.tar.gz |
ncftp added
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 685d9de..9e11c49 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id$ +# $Id: Makefile,v 1.20 1994/09/22 01:26:58 wollman Exp $ # XXX MISSING: bc dc deroff diction diff ex graph learn plot # ptx spell spline struct units xsend @@ -16,7 +16,7 @@ SUBDIR= apply ar at banner basename biff cal calendar \ join jot kdump ktrace key keyinfo keyinit lam last \ lastcomm leave lex locate lock logger login logname lorder \ lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ - more msgs mt netstat nfsstat nice \ + more msgs mt ncftp netstat nfsstat nice \ nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ rwho script sed shar showmount size soelim split \ |