bfa86f1cc9
rip6query: RIPng query (similar to ripquery) NOTE: we usually do not run route6d on end nodes at startup (rtsol should do the trick). So I figured that route6d can be in /usr/sbin, not in /sbin (routed is in /sbin). Correct me if I'm wrong.
9 lines
184 B
Makefile
9 lines
184 B
Makefile
# $NetBSD: Makefile,v 1.1 1999/07/02 11:47:12 itojun Exp $
|
|
|
|
PROG= route6d
|
|
MAN= route6d.8
|
|
|
|
CPPFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DADVAPI -DINET6
|
|
|
|
.include <bsd.prog.mk>
|