summaryrefslogtreecommitdiffstats
path: root/usr.bin/limits/Makefile
blob: 9b5f8476fd6df371492076f663f9f224c8ff3b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.include <src.opts.mk>

PROG=	limits
LIBADD=	util

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud