commit bef145681876676fc590be939203b223ad4fdf42 from: Stefan Sperling date: Mon Apr 21 17:00:26 2025 UTC ensure that gotsysctl gets installed into /usr/local/sbin commit - 1a752fd9dad460a68dbf62cc67fe27040e8086b1 commit + bef145681876676fc590be939203b223ad4fdf42 blob - d971b75ed3208b8cf31fd360983d30efad3abcf5 blob + 0baedaa33b4d71645545259988ddbed1d24cc261 --- gotsysctl/Makefile +++ gotsysctl/Makefile @@ -18,6 +18,8 @@ DPADD = ${LIBUTIL} ${LIBEVENT} .if ${GOT_RELEASE} != "Yes" NOMAN = Yes +.else +BINDIR = ${PREFIX}/sbin .endif realinstall: