NetBSD/usr.sbin/route6d/Makefile
itojun bfa86f1cc9 route6d: RIPng daemon (similar to route6d)
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.
1999-07-02 11:47:12 +00:00

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>