diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-09 11:06:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-09 11:06:21 +0000 |
commit | 74003fa97330d56e02d0cb5c3b99b114ab11ac31 (patch) | |
tree | b656180c3fa79c769333fc485513d9fa747bc87a /sbin | |
parent | b67467219c1a94cdd3b600f2b231c0bf6b280f3c (diff) | |
download | FreeBSD-src-74003fa97330d56e02d0cb5c3b99b114ab11ac31.zip FreeBSD-src-74003fa97330d56e02d0cb5c3b99b114ab11ac31.tar.gz |
Add fsck_msdosfs
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index bbc2ab0..10f50c4 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -21,6 +21,7 @@ SUBDIR= adjkerntz \ fsck \ fsck_ifs \ fsck_ffs \ + fsck_msdosfs \ fsdb \ fsirand \ growfs \ |