6fef5d355e
- pass lint - don't use sscanf fgets and fixed length buffers - always use warnx to report errors.
9 lines
168 B
Makefile
9 lines
168 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/10/22 20:54:38 christos Exp $
|
|
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
|
|
|
|
PROG= arp
|
|
MAN= arp.4 arp.8
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|