blob: 195ca1ea49f66fe0cd17f78cc35b27cccb9747ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|