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