diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-14 06:14:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-14 06:14:58 +0000 |
commit | 0d689fc0c6ede89988924515d9196a26a643b13b (patch) | |
tree | bd9c002a2b81bdd2fa96e1a516f69cb2f9ec51b0 /sbin/Makefile | |
parent | 47d2d53b0bdc7cd03e63e5e68fb79917cbb63970 (diff) | |
download | FreeBSD-src-0d689fc0c6ede89988924515d9196a26a643b13b.zip FreeBSD-src-0d689fc0c6ede89988924515d9196a26a643b13b.tar.gz |
Add ft.
Submitted by: babb
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index e175684..03b9e02 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,7 +3,7 @@ # XXX MISSING: fsdb icheck ncheck # XXX NEEDS CONVERSION: scsiformat SUBDIR= adjkerntz badsect clri disklabel dmesg dump dumpfs dumplfs \ - fsck ifconfig init mknod modload modunload mount mount_cd9660 \ + fsck ft ifconfig init mknod modload modunload mount mount_cd9660 \ mount_fdesc mount_kernfs mount_lfs mount_nfs mount_null mount_portal \ mount_procfs mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ nologin ping quotacheck reboot restore route savecore shutdown \ |