summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).ru2002-11-131-5/+0
|
* fixup for WARNS=4.alfred2002-07-111-0/+2
|
* Only compile with strtofflags.c from libc if bootstrapping.ru2001-09-241-4/+6
|
* Fix the bootstrapping aid from revision 1.9.ru2001-09-171-1/+1
| | | | WORLD was renamed to BOOTSTRAPPING.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+5
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* First attempt to fix a buildworld from -stable machine. Explicitlyimp2000-07-231-2/+3
| | | | | include strtofflags.c from lib/libc/gen when building mtree until the current dependency mess with mtree is fixed.
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-3/+2
|
* Add excludes.c (missed in previous commit).wollman2000-05-131-1/+2
| | | | PR: 16944
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | interface, and statically link them to the programs using them. These functions, upon reflection and discussion, are too generically named for a library interface with such specific functionality. Also the api that they use, whilst ok for private use, isn't good enough for a libc function. Additionally there were complications with the build/install-world process. It depends heavily upon xinstall, which got broken by the change in api, and caused bootstrap problems and general mayhem. There is work in progress to address future problems that may be caused by changes in install-chain tools, and better names for {g|s}etflags can be derived when some future program requires them. For now the code has been left in src/lib/libc/gen (it started off in src/bin/ls). It's important to provide library functions for manipulating file flag strings if we ever want this interface to be adopted outside of the source tree, but now isn't necessarily the right moment with 4.0-release just around the corner. Approved: jkh
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-2/+0
| | | | | | | | | | | | | | | | | string to u_long and back using two functions, flags_to_string and string_to_flags, which co-existed with 'ls'. As time has progressed more and more other tools have used these private functions to manipulate the file flags. Recently I moved these functions from /usr/src/bin/ls to libutil, but after some discussion with bde it's been decided that they really ought to go in libc. There are two already existing libc functions for manipulating file modes: setmode and getmode. In keeping with these flags_to_string has been renamed getflags and string_to_flags to setflags. The manual page could probably be improved upon ;)
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
| | | | Obtained from: bde
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-2/+3
| | | | many places nowadays.
* Added support for file flags, mostly merged from the NetBSD version.joe1999-12-091-2/+2
| | | | | | | | The way is now open to schg and sappnd key files and directories in our tree. There are recommendations in bin/15229. PR: bin/15229 Reviewed by: imp, brian
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* When bootstrapping mtree, don't depend on there being a libmd at all.wollman1999-03-011-5/+3
|
* mtree is a "bootstrap tool", don't use the fancy new world-breaking featuresjkh1999-02-271-2/+6
| | | | if we're building it as part of the bootstrap toolset.
* Add support for SHA-1 and RIPEMD160, now that libmd includes them. Makewollman1999-02-261-1/+2
| | | | | all of the hashes (including MD5) conditionalized in case we want to turn one of them off later.
* 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.
* mtree * MD5 = better securitywollman1995-02-101-1/+5
| | | | Idea from: Dr. John T. Wroclawski
* 1. Remove commented out CFLAGS+=-DDEBUG from Makefilergrimes1994-09-181-1/+0
| | | | | | | | | | | | 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one.
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-0/+1
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+8
OpenPOWER on IntegriCloud