1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5PACKAGE= runtime 6 7PROG= limits 8LIBADD= util 9 10HAS_TESTS= 11SUBDIR.${MK_TESTS}+= tests 12 13.include <bsd.prog.mk> 14