xref: /freebsd-14.2/bin/cpuset/Makefile (revision 22dc8901)
1
2PROG=   cpuset
3
4LIBADD=	jail
5
6SYMLINKS+=	../..${BINDIR}/cpuset	/usr/bin/cpuset
7
8.include <bsd.prog.mk>
9