aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/spray/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275054
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* Back out previous commit; this can't compile with WARNS=2 becauseDima Dorfman2001-06-261-1/+0
| | | | | | | | | xdr.h isn't warning-free. Submitted by: ru Notes: svn path=/head/; revision=78802
* ANSIize, staticize, and unsignedize; set WARNS=2.Dima Dorfman2001-06-251-0/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78780
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* 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
* Fixed DPADD.Bruce Evans1996-09-051-1/+2
| | | | Notes: svn path=/head/; revision=18050
* Obtained from: NetBSDThomas Graichen1996-01-051-0/+7
imported the spray command from NetBSD - it can be used for network analysis (see the man-page) Notes: svn path=/vendor/NetBSD/dist/; revision=13242