Home | History | Annotate | Line # | Download | only in arp
      1 #	$NetBSD: Makefile,v 1.13 2017/10/10 19:30:41 christos 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 .if (${MKRUMP} != "no")
     10 CPPFLAGS+= 	-DRUMP_ACTION
     11 LDADD.rump+=	-lrumpres
     12 DPADD.rump+=	${LIBRUMPRES}
     13 .endif
     14 
     15 .include <bsd.prog.mk>
     16