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

.include <bsd.own.mk>

PROG=	limits
DPADD=	${LIBUTIL}
LDADD=	-lutil

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

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