1998-04-09 04:32:31 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 1998/04/09 00:32:41 tv Exp $
|
1994-01-11 23:15:44 +03:00
|
|
|
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
|
|
|
|
|
|
|
|
PROG= mrouted
|
1998-04-09 04:32:31 +04:00
|
|
|
SRCS= callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
|
1995-12-10 13:06:55 +03:00
|
|
|
route.c vif.c
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= mrouted.8
|
1994-01-11 23:15:44 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|