NetBSD/usr.sbin/arp/Makefile

16 lines
293 B
Makefile

# $NetBSD: Makefile,v 1.13 2017/10/10 19:30:41 christos Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/18/94
.include <bsd.own.mk>
RUMPPRG= arp
MAN= arp.4 arp.8
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
LDADD.rump+= -lrumpres
DPADD.rump+= ${LIBRUMPRES}
.endif
.include <bsd.prog.mk>