Makefile revision 276486
1# $FreeBSD: stable/10/tools/regression/netinet6/inet6_rth/Makefile 276486 2014-12-31 23:25:37Z ngie $
2#
3PROG=   inet6_rth-segments
4SRCS=	test_subr.c inet6_rth-segments.c
5MAN=
6
7CFLAGS+=	-Wall
8DEBUG_FLAGS=	-g
9
10.include <bsd.prog.mk>
11