netbsd fsck driver import

. fsck driver parses /etc/fstab and invokes sub-fscks
	. further simplifies fs handling in rc
This commit is contained in:
Ben Gras
2011-12-22 23:07:15 +01:00
parent 6b6d114a21
commit 4d4057d8a2
46 changed files with 5470 additions and 66 deletions
+7
View File
@@ -0,0 +1,7 @@
# Makefile for bin
.include <bsd.own.mk>
SUBDIR= fsck
.include <bsd.subdir.mk>