aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/arp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Back out previous commit, it was unintentional.Luigi Rizzo2004-04-131-1/+1
| | | | | | | | | Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386 Noticed by: ru Notes: svn path=/head/; revision=128187
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-1/+1
| | | | Notes: svn path=/head/; revision=128186
* - Change several errx() calls that should have been err() calls.Maxime Henrion2004-04-091-1/+1
| | | | | | | | | - Handle empty ARP tables properly. - Remove register keyword. - arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions. Notes: svn path=/head/; revision=128054
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
| | | | Notes: svn path=/head/; revision=113091
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=87629
* WARNS=2 cleanup.Mike Heffner2001-12-101-0/+2
| | | | | | | | Submitted by: Maxime Henrion <mux@qualys.com> MFC after: 2 weeks Notes: svn path=/head/; revision=87598
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-2/+2
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Submitted by: Archie@Whistle.com (Archie Cobbs)Julian Elischer1997-11-131-0/+1
| | | | | | | | | | allow teh -a option to work with the -d option thus: arp -d -a now flushes your arp cache. also fix the -n option so that -an now works correctly. Notes: svn path=/head/; revision=31145
* Get rid of update. Make man page installation work with our schemeGarrett Wollman1994-08-051-2/+2
| | | | | | | (and rename a few in the process). Notes: svn path=/head/; revision=1863
* Remove stuff for building manual pages the old way.Rodney W. Grimes1994-05-281-6/+0
| | | | Notes: svn path=/head/; revision=1612
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+13
Notes: svn path=/cvs2svn/branches/WIN_TUE_NL/; revision=1553