summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/modules/ibcs2/Makefile4
-rw-r--r--sys/modules/joy/Makefile4
-rw-r--r--sys/modules/linux/Makefile4
3 files changed, 6 insertions, 6 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>
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index ac7760e684ba..335833f31b1d 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1998/11/05 04:22:52 peter Exp $
+# $Id: Makefile,v 1.10 1998/11/11 07:04:10 peter Exp $
.PATH: ${.CURDIR}/../../i386/isa
KMOD = joy
@@ -17,6 +17,6 @@ opt_devfs.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/joy.sh ${DESTDIR}/usr/bin
+ ${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
.include <bsd.kmod.mk>
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 4befad02cf41..ed7bed5750cc 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.22 1998/11/10 19:39:58 jkh Exp $
+# $Id: Makefile,v 1.23 1998/11/11 07:04:10 peter Exp $
.PATH: ${.CURDIR}/../../i386/linux
KMOD= linux
@@ -37,6 +37,6 @@ opt_linux.h opt_vmpage.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin
+ ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin/linux
.include <bsd.kmod.mk>