diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:49 +0000 |
| commit | d38fd8908b1afaed422a838ed35d38e2d059662e (patch) | |
| tree | 5ae3b67f2b768d4e2300f8ea3e88486080905ae8 | |
| parent | 0ddd3cf262b966c8684cf737708ca37c94a1d764 (diff) | |
Notes
| -rw-r--r-- | lkm/joy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/joy/Makefile b/lkm/joy/Makefile index e3b880fdad698..1c0d08f7dd366 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> |
