1#
2# $FreeBSD$
3#
4
5PROG=	ipmulticast
6SRCS=	ipmulticast.c
7MAN=
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12