Home | History | Annotate | Line # | Download | only in arp
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 2015/07/29 06:07:35 ozaki-r Exp $
      2 #	from: @(#)Makefile	8.2 (Berkeley) 4/18/94
      3 
      4 .include <bsd.own.mk>
      5 
      6 RUMPPRG=	arp
      7 MAN=		arp.4 arp.8
      8 
      9 .PATH:		${.CURDIR}/../../lib/libc/net
     10 RUMPSRCS=	getifaddrs.c getnameinfo.c
     11 .if (${MKRUMP} != "no")
     12 CPPFLAGS+= 	-DRUMP_ACTION
     13 .endif
     14 
     15 .include <bsd.prog.mk>
     16