1 # $NetBSD: Makefile,v 1.13 2003/03/07 01:06:05 fvdl Exp $ 2 # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp 3 4 .include <bsd.own.mk> 5 6 PROG= mrouted 7 SRCS= callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \ 8 route.c vif.c 9 MAN= mrouted.8 10 11 LDADD+= -lutil 12 DPADD+= ${LIBUTIL} 13 CPPFLAGS+= -I${.CURDIR} 14 15 .include <bsd.prog.mk> 16