aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/netinet/ipmulticast/Makefile
blob: c0291e7072ebec0cfe72129c52389f28fbe9dbed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# $FreeBSD$
#

PROG=	ipmulticast
SRCS=	ipmulticast.c
MAN=

WARNS?=	2

.include <bsd.prog.mk>