NetBSD/usr.sbin/rip6query/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
155 B
Makefile

# $NetBSD: Makefile,v 1.1 1999/07/02 11:47:12 itojun Exp $
PROG= rip6query
NOMAN= yes
CPPFLAGS+= -DINET6 -I${.CURDIR}/../route6d
.include <bsd.prog.mk>