summaryrefslogtreecommitdiffstats
path: root/sbin/fsdb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Default to WARNS=2.obrien2001-12-041-0/+1
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Reviewed by: rwatson, bpadrian2000-10-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: rwatson Obtained from: NetBSD source tree Second part of the fsck wrappers commit. This commit enables the new fsck code (removing the fsck/* code and replacing it with the netbsd fsck wrapper code), and enabling some FFS-based utilities to compile. Details: * quotacheck, fsdb required modification to use the fsck_ffs/ code rather than fsck/ . This might change later since quotacheck requires preen.c which should exist in fsck/ rather than fsck_ffs/ * src/Makefile has fsck_ffs added to it so it it built as part of the tree now * share/doc/smm/03.fsck/ uses the SMM.doc/ stuff from fsck_ffs, not fsck. I've tested this, and it shouldn't require any changes on your machine. The fsck wrapper reads /etc/fsck and is command-line-compatible enough to not require rc changes (well, most changes unless you want to do anything nifty by specifying the fs types explicityly, read the man page if you want further details on what it can do.) This now allows us to support multiple filesystem types during bootup.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* opt_diagnostic.h isn't needed anymore.jhay1998-02-061-8/+3
|
* fsdb and fsck use the ffs code which needs opt_diagnostic.h.jhay1998-02-051-3/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add ${DPADD}, $Id$peter1996-09-021-0/+2
|
* Adjust relative paths in Makefile to ../sbin/fsck and ../../sys/ufs/ffspeter1995-11-241-2/+2
|
* Commit FreeBSD-specific changes. Mainly to do with structure layoutpeter1995-11-031-1/+1
| | | | differences that we dont have.
* Whoops. RE-Import NetBSD's fsdb - I believe this was written by John Kohl.peter1995-11-031-0/+13
Obtained from: NetBSD
OpenPOWER on IntegriCloud