add slstat to the list of subdirectories.
[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>