NetBSD/usr.sbin/rtsold/Makefile
roy c6314d6139 Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@
2014-09-11 13:10:03 +00:00

7 lines
121 B
Makefile

# $NetBSD: Makefile,v 1.16 2014/09/11 13:10:04 roy Exp $
MAN= rtsold.8
MLINKS= rtsold.8 rtsol.8
.include <bsd.prog.mk>