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

PROG=	ipmulticast
SRCS=	ipmulticast.c
NO_MAN=

WARNS?=	2

.include <bsd.prog.mk>