diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-11-11 07:04:10 +0000 |
| commit | 0ddd3cf262b966c8684cf737708ca37c94a1d764 (patch) | |
| tree | 96bb423d06427c4fc72496c197db5cccdf5e0a31 /sys/modules/joy | |
| parent | 1b771b9577d20a4638bba0b7efbb646f1d496354 (diff) | |
Notes
Diffstat (limited to 'sys/modules/joy')
| -rw-r--r-- | sys/modules/joy/Makefile | 8 | ||||
| -rw-r--r-- | sys/modules/joy/joy | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index 16a26264887e..ac7760e684ba 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/10/16 04:30:47 peter Exp $ +# $Id: Makefile,v 1.9 1998/11/05 04:22:52 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.sh ${DESTDIR}/usr/bin .include <bsd.kmod.mk> diff --git a/sys/modules/joy/joy b/sys/modules/joy/joy deleted file mode 100644 index 3f165a6aa2a1..000000000000 --- a/sys/modules/joy/joy +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# $Id: joy,v 1.3 1997/02/22 12:48:17 peter Exp $ - -kldload joy |
