mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
be5d11dcb0
was never updated. Also, clean up the macro that caused the warning in the first place (no functional changes, just wrapped and reindented).
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?= 6
|
|
|
|
.include <bsd.prog.mk>
|