Install scripts without .sh suffix.

This commit is contained in:
Jordan K. Hubbard 1998-11-12 00:37:39 +00:00
parent 7f054c59a5
commit 531842e143
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41104
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>