e2416749bf
- Handle empty ARP tables properly. - Remove register keyword. - arp(8) is WARNS?=4 clean, so mark it as such to avoid regressions.
10 lines
113 B
Makefile
10 lines
113 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
# $FreeBSD$
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|