aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/zzz
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=270164
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Use Mt macro to properly format mailto linksSteven Kreuzer2014-06-191-1/+1
|/ | | | | | | Approved by: hrs (mentor) Notes: svn path=/head/; revision=267642
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-3/+3
| | | | Notes: svn path=/head/; revision=130420
* add section namePhilippe Charnier2003-08-161-1/+1
| | | | | | | Approved by: Nate Lawson Notes: svn path=/head/; revision=119000
* Fix output from an error message.Nate Lawson2003-07-251-5/+5
| | | | | | | | | Use sysctl -n instead of sed Submitted by: Scott Lambert <lambert@lambertfam.org> Notes: svn path=/head/; revision=118020
* Assorted mdoc(7) fixes:Hiten Pandya2003-07-141-7/+17
| | | | | | | | | | | | - Use .Tn for ACPI/APM acronyms - Sort SEE ALSO entries by section - Add AUTHORS section Reviewed by: des (mentor) OK'ed by: njl Notes: svn path=/head/; revision=117568
* Move the zzz utility to its own directory since it is no longer dependentNate Lawson2003-07-143-0/+104
on apm(8) Notes: svn path=/head/; revision=117557