1#
2PROG=   inet6_rth-segments
3SRCS=	test_subr.c inet6_rth-segments.c
4MAN=
5
6CFLAGS+=	-Wall
7DEBUG_FLAGS=	-g
8
9.include <bsd.prog.mk>
10