aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/limits/Makefile
blob: 1c7e91de9e49a691e2d870850b05fad1e2f45ec1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.include <src.opts.mk>

PACKAGE=	runtime

PROG=	limits
LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>