NetBSD/usr.sbin/ifwatchd/Makefile
martin c8b09ee080 New utility: ifwatchd.
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.
2001-11-19 09:43:03 +00:00

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>