diff options
author | dg <dg@FreeBSD.org> | 1994-08-21 04:57:00 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-08-21 04:57:00 +0000 |
commit | ae64eec6808f55ce14974d1087e31455a79922ae (patch) | |
tree | 11838bbda65540d236468cd4c5168dbbeb986cee /sbin/Makefile | |
parent | 08a1a02226b4d527152475629f769143de5d8bb0 (diff) | |
download | FreeBSD-src-ae64eec6808f55ce14974d1087e31455a79922ae.zip FreeBSD-src-ae64eec6808f55ce14974d1087e31455a79922ae.tar.gz |
fastboot is no longer - don't install it.
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 f111064..4f9544d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -2,7 +2,7 @@ # XXX MISSING: fsdb icheck ncheck # XXX NEEDS CONVERSION: scsiformat -SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs fastboot \ +SUBDIR= badsect clri disklabel dmesg dump dumpfs dumplfs \ fsck 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 \ |