Link /usr/bin/cpuset to a relative path

This creates an appropriate symlink instead of a potentially incorrect
path pointing to the absolute path for cpuset(8) on the host.

MFC after:	2 weeks
MFC with:	f05948d4e9
Requested by:	imp
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D41419
This commit is contained in:
Enji Cooper 2023-08-11 01:11:57 -07:00
parent 7b9bd54ae8
commit e835ee68e1

View file

@ -4,6 +4,6 @@ PROG= cpuset
LIBADD= jail
SYMLINKS+= ${BINDIR}/cpuset /usr/bin/cpuset
SYMLINKS+= ../../bin/cpuset /usr/bin/cpuset
.include <bsd.prog.mk>