diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 05:19:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 05:19:08 +0000 |
| commit | 22167446c563b7e69465c06dbd228aac8ab66644 (patch) | |
| tree | 68cd8f9f92be4e3054aebecd6ae1d0e40fa33ef2 | |
| parent | 0edd3ca7780350e672c966387c34a93aad72f09f (diff) | |
Notes
| -rw-r--r-- | sys/modules/ibcs2/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/svr4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index f9e58255f0bd8..579eed50de85b 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 ffb6ce662b8bb..da429c1c1a691 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> |
