diff options
Diffstat (limited to 'sys/modules/ibcs2/Makefile')
| -rw-r--r-- | sys/modules/ibcs2/Makefile | 2 |
1 files changed, 1 insertions, 1 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> |
