aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ibcs2
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 05:19:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-05 05:19:08 +0000
commit22167446c563b7e69465c06dbd228aac8ab66644 (patch)
tree68cd8f9f92be4e3054aebecd6ae1d0e40fa33ef2 /sys/modules/ibcs2
parent0edd3ca7780350e672c966387c34a93aad72f09f (diff)
Notes
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r--sys/modules/ibcs2/Makefile2
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>