aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whereis/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adjust max WARNs for sparc64.David E. O'Brien2002-12-301-2/+1
| | | | Notes: svn path=/head/; revision=108436
* Complete rewrite, once again.Joerg Wunsch2002-07-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This is basically a ``C compilation'' of the former whereis.pl file, employing the same algorithms, and aiming at being mostly UI-compatible to the old (legally tainted) 4.3BSD whereis(1). In comparision, the 4.4BSD-Lite version is just another variant of which(1) only, where in particular the option to search for source directories is sorely missing. While i was at it, i added two more options which i contemplated doing long since. -x will suppress the run of locate(1) to find sources that could not be found otherwise, potentially saving a lot of time (but obviously, risking to not find some sources that are well hidden in the tree). -q will omit the leading name of the query, so in particular, you can now do something like: cd `whereis -qs ls` I'd explicitly like to thank johan for his review which was quite a bit more than an average review, including sending me a lot of diffs. Reviewed by: johan Notes: svn path=/head/; revision=99821
* Switch to c versionJohan Karlsson2002-07-031-1/+1
| | | | | | | Approved by: sheldonh (mentor) Notes: svn path=/head/; revision=99378
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+3
| | | | Notes: svn path=/head/; revision=74848
* A totally revamped whereis(1), bringing back all the functionality ofJoerg Wunsch1996-06-151-2/+4
| | | | | | | | | | | the 4.3BSD command. Rewritten from scratch after the old man page, taking account for the different situation with man pages and source tree hierarchy (re: /usr/src/gnu) of the FreeBSD project. Reviewed by: wosch (actually loooong time ago) Notes: svn path=/head/; revision=16385
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+5
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590