mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
22dc8901a7
The change made ine835ee68e1
did not follow the convention for relative path symlinks. Per the convention, paths be prefixed with `${BINDIR}`, not `/bin/`. `${BINDIR}` can be modified from the Makefile, on the command line, or in the environment. This convention is the canonically correct way to do things. This follows the convention used in `bin/pkill/Makefile`, `bin/timeout/Makefile`, etc. MFC after: 1 week MFC with:f05948d4e9
MFC with:e835ee68e1
Requested by: jrtc27, kevans
9 lines
104 B
Makefile
9 lines
104 B
Makefile
|
|
PROG= cpuset
|
|
|
|
LIBADD= jail
|
|
|
|
SYMLINKS+= ../..${BINDIR}/cpuset /usr/bin/cpuset
|
|
|
|
.include <bsd.prog.mk>
|