summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-11 12:06:41 +0000
committerpeter <peter@FreeBSD.org>1997-03-11 12:06:41 +0000
commit9d6aaa6325cf8be94ba275a08c832d48859ccf64 (patch)
tree0047d18ec868c3f15abf1356dda18de0714566ee /sbin/Makefile
parentf59a1bdace6c4d430781dac9ecdb61b56a7ce466 (diff)
downloadFreeBSD-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)
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile6
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}
OpenPOWER on IntegriCloud