# $FreeBSD$

PROG=	testrsrr

S=	${.CURDIR}/..
.PATH:	$S
CFLAGS+=	-I$S

SRCS=	testrsrr.c
NOMAN=

install:

.include <bsd.prog.mk>
