1# @(#)Makefile 8.2 (Berkeley) 4/18/94 2# $FreeBSD$ 3 4PROG= arp 5WARNS?= 2 6MAN= arp.4 arp.8 7 8.include <bsd.prog.mk> 9