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
6RUMPPRG=	arp
7MAN=		arp.4 arp.8
8
9.if (${MKRUMP} != "no")
10CPPFLAGS+= 	-DRUMP_ACTION
11LDADD.rump+=	-lrumpres
12DPADD.rump+=	${LIBRUMPRES}
13.endif
14
15.include <bsd.prog.mk>
16