The actual requirement is that make install recognizes DESTDIR and PREFIX (and possibly a few other well-known variables) and behaves accordingly.
It's assumed that bsd.prog.mk does this, and using it is probably easier than identifying and implementing all of the necessary behavior directly.
The actual requirement is that `make install` recognizes `DESTDIR` and `PREFIX` (and possibly a few other well-known variables) and behaves accordingly.
It's assumed that `bsd.prog.mk` does this, and using it is probably easier than identifying and implementing all of the necessary behavior directly.
The actual requirement is that
make install
recognizesDESTDIR
andPREFIX
(and possibly a few other well-known variables) and behaves accordingly.It's assumed that
bsd.prog.mk
does this, and using it is probably easier than identifying and implementing all of the necessary behavior directly.