summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
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/modules/linux
parent0a5629342320bff180a7842a0d6b212c66f307d4 (diff)
downloadFreeBSD-src-ed695f89de8979068aeffd87326896a93f42f871.zip
FreeBSD-src-ed695f89de8979068aeffd87326896a93f42f871.tar.gz
Install scripts without .sh suffix.
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
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