# $FreeBSD$

.include <src.opts.mk>

PROG=	limits
LIBADD=	util

.if ${MK_TESTS} != "no"
SUBDIR+=	tests
.endif

.include <bsd.prog.mk>