diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 12:06:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 12:06:41 +0000 |
commit | 9d6aaa6325cf8be94ba275a08c832d48859ccf64 (patch) | |
tree | 0047d18ec868c3f15abf1356dda18de0714566ee | |
parent | f59a1bdace6c4d430781dac9ecdb61b56a7ce466 (diff) | |
download | FreeBSD-src-9d6aaa6325cf8be94ba275a08c832d48859ccf64.zip FreeBSD-src-9d6aaa6325cf8be94ba275a08c832d48859ccf64.tar.gz |
Disable two newly broken dirs:
fsdb (too intimate with old fsck, needs work)
newlfs (doesn't build since Lite2 lfs wasn't merged into kernel)
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c52fec6..136ffe9 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,14 +3,14 @@ # XXX MISSING: icheck ncheck SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ - dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ + dumpon fsck ifconfig init ipfw md5 mknod modload \ modunload mount mount_cd9660 mount_ext2fs \ mount_lfs mount_nfs mount_null mount_portal mount_std \ - mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ + mount_umap mount_union mountd newfs nfsd nfsiod \ nologin ping quotacheck reboot restore route routed savecore scsi \ scsiformat shutdown slattach startslip swapon tunefs umount -# Broken: dumplfs +# Broken: dumplfs fsdb newlfs .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} |