aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/mtrace
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
| | | | Notes: svn path=/head/; revision=39496
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-3/+2
| | | | | | | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. Don't give absolute paths to man page sources. Notes: svn path=/head/; revision=34161
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Merge from release 5.1.Bill Fenner1996-12-201-9/+1
| | | | Notes: svn path=/head/; revision=20704
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-4/+4
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Change install permissions to 4555 from 4755Paul Traina1996-05-201-2/+2
| | | | Notes: svn path=/head/; revision=15828
* Bill Fenner points out that mrinfo and mtrace should probably be set-uidGarrett Wollman1995-06-211-2/+4
| | | | | | | | root so that normal users can use them. The same caveats apply as for regular traceroute. Notes: svn path=/head/; revision=9278
* Make it compile and (except for mrouted which is untested as yet) run.Garrett Wollman1994-09-081-0/+20
Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference. Notes: svn path=/head/; revision=2560