summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-12 20:42:58 +0000
committerpeter <peter@FreeBSD.org>1999-12-12 20:42:58 +0000
commitf4b1467d67319fca0429bbc2930d04d670a9d747 (patch)
tree29d322ed85d08bcf864d5c7c6244f3247094f4db /sys/modules/joy
parent2f472df185d1d13757b46e81c07b355bfd6cd2e9 (diff)
downloadFreeBSD-src-f4b1467d67319fca0429bbc2930d04d670a9d747.zip
FreeBSD-src-f4b1467d67319fca0429bbc2930d04d670a9d747.tar.gz
Fix joy and put it back in the MI section. (yes, it works on Alpha)
Diffstat (limited to 'sys/modules/joy')
-rw-r--r--sys/modules/joy/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index 3051bd7..a275add 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,12 +1,10 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../i386/isa
+.PATH: ${.CURDIR}/../../isa
KMOD = joy
-SRCS = joy.c opt_devfs.h
+SRCS = bus_if.h device_if.h isa_if.h joy.c
MAN8 = joy.8
-CFLAGS += -DJOY_MODULE
-
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
OpenPOWER on IntegriCloud