PROG_CXX=	fcntl

DPADD+=		${LIBCPPTEST}
LDADD+=		-lcpptest
NOMAN=		yes

run:	${PROG_CXX}
	./${PROG_CXX}

.include <bsd.prog.mk>
