dd76c272b8
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
13 lines
134 B
Makefile
13 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= limits
|
|
LIBADD= util
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|