From f4b1467d67319fca0429bbc2930d04d670a9d747 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 12 Dec 1999 20:42:58 +0000 Subject: Fix joy and put it back in the MI section. (yes, it works on Alpha) --- sys/modules/joy/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/modules/joy') 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 -- cgit v1.1