c8b09ee080
Monitors the routing socket for address changes of autonomous (kernel only) interfaces (like PPPoE) and runs up/down scripts similar to what pppd does for its interfaces.
7 lines
113 B
Makefile
7 lines
113 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/11/19 09:43:03 martin Exp $
|
|
|
|
PROG=ifwatchd
|
|
MAN=ifwatchd.8
|
|
|
|
.include <bsd.prog.mk>
|