Home | History | Annotate | Line # | Download | only in arp
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 2005/03/16 02:04:51 xtraeme Exp $
      2 #	from: @(#)Makefile	8.2 (Berkeley) 4/18/94
      3 
      4 PROG=	arp
      5 MAN=	arp.4 arp.8
      6 WARNS=  3
      7 
      8 .include <bsd.prog.mk>
      9