1994-01-11 23:15:44 +03:00
|
|
|
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
|
1995-06-01 06:25:45 +04:00
|
|
|
# $Id: Makefile,v 1.3 1995/06/01 02:25:45 mycroft Exp $
|
1994-01-11 23:15:44 +03:00
|
|
|
|
|
|
|
PROG= mrouted
|
1995-06-01 06:25:45 +04:00
|
|
|
SRCS= igmp.c inet.c kern.c config.c cfparse.c main.c route.c vif.c \
|
|
|
|
prune.c callout.c
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= mrouted.8
|
1994-01-11 23:15:44 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|