diff options
author | bde <bde@FreeBSD.org> | 1997-02-17 13:15:42 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-02-17 13:15:42 +0000 |
commit | 778d2e17a818139f7f6686cbbceee890eb38b952 (patch) | |
tree | dc066819150278674913960d94e300ea7e0697e5 /sbin | |
parent | 033e1785e7664ed7de93020f367aba9fc287f1cf (diff) | |
download | FreeBSD-src-778d2e17a818139f7f6686cbbceee890eb38b952.zip FreeBSD-src-778d2e17a818139f7f6686cbbceee890eb38b952.tar.gz |
Disabled dumplfs. Importing the Lite2 version was a mistake, since
many files haven't left the vendor branch and the sys/ufs/lfs hasn't
been merged.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 036b4b2..c52fec6 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,13 +3,15 @@ # XXX MISSING: icheck ncheck SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ - dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ + dumpon fsck fsdb 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 \ nologin ping quotacheck reboot restore route routed savecore scsi \ scsiformat shutdown slattach startslip swapon tunefs umount +# Broken: dumplfs + .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif |