aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/limits/Makefile
blob: 68e540df3a49e86d6ffe1b7914a1d8b1fd2b3c9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <src.opts.mk>

PROG=	limits
LIBADD=	util

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>