aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ibcs2
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-11-12 00:37:39 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-11-12 00:37:39 +0000
commit531842e143c6ceb0074d3983498d9a2863df6dbe (patch)
tree69dfee15dd38c21a51b25d9bf000f079122ea8b4 /sys/modules/ibcs2
parent7f054c59a504079ca0174e61abaa51de395cbac0 (diff)
Notes
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r--sys/modules/ibcs2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index 034ea51b28ef..9bb8a5b303bf 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.21 1998/11/11 05:18:22 peter Exp $
+# $Id: Makefile,v 1.22 1998/11/11 07:04:10 peter Exp $
.PATH: ${.CURDIR}/../../i386/ibcs2
KMOD= ibcs2
@@ -19,6 +19,6 @@ opt_spx_hack.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/bin
+ ${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/bin/ibcs2
.include <bsd.kmod.mk>