summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-11-12 00:37:39 +0000
committerjkh <jkh@FreeBSD.org>1998-11-12 00:37:39 +0000
commited695f89de8979068aeffd87326896a93f42f871 (patch)
treed7bbce96dea6dda9b95b8241da6a1f088b2b6420 /sys
parent0a5629342320bff180a7842a0d6b212c66f307d4 (diff)
downloadFreeBSD-src-ed695f89de8979068aeffd87326896a93f42f871.zip
FreeBSD-src-ed695f89de8979068aeffd87326896a93f42f871.tar.gz
Install scripts without .sh suffix.
Diffstat (limited to 'sys')
-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 034ea51..9bb8a5b 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 ac7760e..335833f 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 4befad0..ed7bed5 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>
OpenPOWER on IntegriCloud