]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/limits/Makefile
Move SYSCTL_ADD_PROC() to unlocked context in if_ure to avoid lock order reversal.
[FreeBSD/FreeBSD.git] / usr.bin / limits / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   limits
6 LIBADD= util
7
8 HAS_TESTS=
9 SUBDIR.${MK_TESTS}+= tests
10
11 .include <bsd.prog.mk>