NetBSD/usr.sbin/mrouted/Makefile

10 lines
257 B
Makefile

# from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp
# $Id: Makefile,v 1.3 1995/06/01 02:25:45 mycroft Exp $
PROG= mrouted
SRCS= igmp.c inet.c kern.c config.c cfparse.c main.c route.c vif.c \
prune.c callout.c
MAN= mrouted.8
.include <bsd.prog.mk>