13 lines
296 B
Makefile
13 lines
296 B
Makefile
# $NetBSD: Makefile,v 1.9 1999/06/06 03:27:06 thorpej Exp $
|
|
# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
|
|
|
|
PROG= mrouted
|
|
SRCS= callout.c cfparse.y config.c igmp.c inet.c kern.c main.c prune.c \
|
|
route.c vif.c
|
|
MAN= mrouted.8
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|