1*66896Sbostic# @(#)Makefile 8.2 (Berkeley) 04/18/94 235559Sbostic 341743SbosticPROG= arp 441743SbosticMAN8= arp.0 5*66896SbosticCLEANFILES=arp4.0 635559Sbostic 7*66896Sbosticall: ${PROG} arp4.0 ${MAN8} 8*66896Sbostic 9*66896Sbosticbeforeinstall: 10*66896Sbostic install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} arp4.0 \ 11*66896Sbostic ${DESTDIR}${MANDIR}4/arp.0 12*66896Sbostic 1341743Sbostic.include <bsd.prog.mk> 14