summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/ibcs2/Makefile2
-rw-r--r--sys/modules/svr4/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index f9e5825..579eed5 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -19,6 +19,6 @@ opt_spx_hack.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/bin/ibcs2
+ ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/sbin/ibcs2
.include <bsd.kmod.mk>
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index ffb6ce6..da429c1 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -45,6 +45,6 @@ opt_vmpage.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/svr4.sh ${DESTDIR}/usr/bin/svr4
+ ${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud