summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-11-11 07:04:49 +0000
committerpeter <peter@FreeBSD.org>1998-11-11 07:04:49 +0000
commit9d12fe898de437f59ba086fca5a8b69c4c48699a (patch)
tree2d14c2c40a9039c0c94c5e3dad51d974a8eb9265 /lkm
parent626d7e81a175b3b17b48b6fdb54d36d20c0344d6 (diff)
downloadFreeBSD-src-9d12fe898de437f59ba086fca5a8b69c4c48699a.zip
FreeBSD-src-9d12fe898de437f59ba086fca5a8b69c4c48699a.tar.gz
Install kld version (there can be only one)
Diffstat (limited to 'lkm')
-rw-r--r--lkm/joy/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/joy/Makefile b/lkm/joy/Makefile
index e3b880f..1c0d08f 100644
--- a/lkm/joy/Makefile
+++ b/lkm/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1998/01/24 02:21:51 eivind Exp $
+# $Id: Makefile,v 1.7 1998/02/01 18:12:15 bde Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
@@ -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 <bsd.kmod.mk>
OpenPOWER on IntegriCloud