summaryrefslogtreecommitdiffstats
path: root/usr.bin/env/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add the '-S' and '-P' options. The '-S' option can be used to splitgad2005-06-201-0/+2
| | | | | | | | | | | | | | apart a string, and supports some text substitutions. This can be used to provide all the flexibility (and more!) that was lost by recent changes to how the kernel parses #!-lines in shell scripts. The '-P' option provides a way to specify an alternate set of directories to use when searching for the 'utility' program to run. This way you can be sure what directories are used for that search, without changing the value of PATH that the user has set. Note that on FreeBSD 6.0, this option is worthless unless the '-S' option is also used. Approved by: re (blanket `env')
* Split the env(1) manpage off from printenv(1); there is not much pointtjr2003-06-011-1/+0
| | | | in keeping them together. Mention that printenv is obsolescent.
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-2/+3
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-0/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+6
OpenPOWER on IntegriCloud