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