aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_msdosfs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* Use humanize_number to format available and bad space sizes.Xin LI2020-02-101-1/+2
| | | | | | | | | Reviewed by: mckusick (earlier version) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D23050 Notes: svn path=/head/; revision=357716
* Revert Makefile@335696 that sneaked into the commit.Xin LI2018-06-271-2/+0
| | | | | | | | X-MFC with: 335696 MFC after: 2 weeks Notes: svn path=/head/; revision=335697
* Detect exFAT filesystems and abort if found and tighten BPB sanityXin LI2018-06-271-0/+2
| | | | | | | | | | check. Obtained from: Android https://android-review.googlesource.com/61827 MFC after: 2 weeks Notes: svn path=/head/; revision=335696
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314656
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295450
* Make fsck and fsck_msdosfs WARNS=6 cleanUlrich Spörlein2012-10-211-1/+0
| | | | | | | | | | | | - sprinkle const - add volatile qualifier to avoid vfork clobbering Inspired by: NetBSD PR: bin/139802 Reviewed by: ed Notes: svn path=/head/; revision=241807
* Fix some style(9), although there's a lot more issues here.Brian Somers2010-06-201-1/+1
| | | | | | | | | | | | Fix some casting errors. PR: 142384 Submitted by: giffunip at tutopia dot com Obtained from: NetBSD MFC after: 3 weeks Notes: svn path=/head/; revision=209364
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Style tweaks.David E. O'Brien2001-07-091-2/+4
| | | | Notes: svn path=/head/; revision=79456
* Add fsck_msdosfs.David E. O'Brien2001-07-091-0/+11
Obtained from: NetBSD Notes: svn path=/head/; revision=79455