NetBSD/usr.sbin/mrouted/Makefile

13 lines
296 B
Makefile
Raw Normal View History

1999-06-06 07:27:06 +04:00
# $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 \
1995-12-10 13:06:55 +03:00
route.c vif.c
1994-12-22 14:32:57 +03:00
MAN= mrouted.8
1999-06-06 07:27:06 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>