From 59807abe47306b1d44dc53e1c9848cdc2a27f14d Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Thu, 2 Nov 2000 13:48:53 +0000 Subject: Retire linux(8). Using shell scripts to load kernel loadable modules is out of fashion. This particular case, unlike joy(8) and friends which are just plain silly, did more than just load a kernel loadable module. However, /etc/rc and the linux_base port were adjusted a while back to cope with the absence of this script. The only outstanding reason to hang on to it would have been for the linux(8) manual page, which clued folks into the existence of the Linuxulator. A new linux(4) was introduced a while back. It does a much better job. This script just isn't useful any more. --- sys/modules/linux/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/modules/linux/Makefile') diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 83a3db101725..fe762be1ef42 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -47,10 +47,4 @@ ${GENSYSCALL}: @/kern/makesyscalls.sh \ linux_sysent.c > linux_sysent.c.fixup mv -f linux_sysent.c.fixup linux_sysent.c -.if exists(${DESTDIR}/usr/bin) -afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux -.endif - .include -- cgit v1.3