a7a0612913
Keep WARNS at 3 though the code does compile with WARNS=5 at least on i386 Noticed by: ru
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>
|