Bump minor version number (keep in step with the rest of the system)
[unix-history] / usr.sbin / arp / Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
PROG= arp
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN8= arp.8
.include <bsd.prog.mk>