From 040d673b133d178162cd52f9bbdbd0233c240c74 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 5 Nov 1998 04:22:52 +0000 Subject: Do not overwrite the lkm versions of the install scripts for now. linux works but ibcs2 has a load failure and joy doesn't look like it'll work. --- sys/modules/joy/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/modules/joy') diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index ebbf4c9..16a2626 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $ +# $Id: Makefile,v 1.8 1998/10/16 04:30:47 peter Exp $ .PATH: ${.CURDIR}/../../i386/isa KMOD = joy @@ -15,8 +15,8 @@ opt_devfs.h: touch opt_devfs.h -afterinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/joy ${DESTDIR}/usr/bin +#afterinstall: +# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ +# ${.CURDIR}/joy ${DESTDIR}/usr/bin .include -- cgit v1.1