Hello,
Having a custom prefix defined in Makefile as
all of the files install to the given prefix by default. Is there any way to install rc script to the default system prefix - /usr/local - and the rest of files to custom prefix using rc.subr?
Thanks for any help.
Having a custom prefix defined in Makefile as
Code:
PREFIX= /usr/local/custom
Thanks for any help.